feat(@DesktopApp): Basic Chat Scenario (Squish Test)
Ticket: https://github.com/status-im/status-desktop/issues/5718 Include Basic chat Scenario
This commit is contained in:
parent
937d9d7d09
commit
9a7eae6ab0
|
@ -10,14 +10,14 @@ Feature: Status Desktop Chat
|
||||||
|
|
||||||
Background:
|
Background:
|
||||||
Given A first time user lands on the status desktop and generates new key
|
Given A first time user lands on the status desktop and generates new key
|
||||||
When user inputs username tester123 and password 'TesTEr16843/!@00'
|
When user inputs username tester123 and password TesTEr16843/!@00
|
||||||
Then the user lands on the signed in app
|
Then the user lands on the signed in app
|
||||||
|
|
||||||
Scenario: User joins a room and chats
|
Scenario: User joins a room and chats
|
||||||
When user joins chat room test
|
When user joins chat room test
|
||||||
Then user is able to send chat message
|
Then user is able to send chat message
|
||||||
| message |
|
| message |
|
||||||
| Hello |
|
| Hello |
|
||||||
| How are you |
|
| How are you |
|
||||||
| I am from status |
|
| I am from status |
|
||||||
| tell me how you do? |
|
| tell me how you do? |
|
||||||
|
|
Loading…
Reference in New Issue