feat: 🚀 Created features for notifications and signin and stubbed them for automation.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
Feature: Receive text notification
|
||||
|
||||
As a subscribed Trusker, I receive a text message when a collaborator send a new post in the thread.
|
||||
|
||||
Scenario: Receive a text notification
|
||||
Given I am connected
|
||||
When a Trusker send a post
|
||||
Then I receive a text message
|
||||
|
||||
Scenario: Open the post from the text
|
||||
Given I am connected
|
||||
And I received a text message
|
||||
When I open the link in the message
|
||||
Then the app opens
|
||||
And the app shows me the message
|
Reference in New Issue
Block a user