fix(tests): Fix emoji autoreplace test
This commit is contained in:
parent
c19dbaf09b
commit
f4b4ec341e
|
@ -134,7 +134,8 @@ Feature: Status Desktop Chat
|
|||
Scenario: User can type message with emoji autoreplace
|
||||
When user joins chat room automation-test
|
||||
Then the user is able to send chat message "Hello :)"
|
||||
Then the message Hello 🙂 is displayed in the last message
|
||||
Then the message 🙂 is displayed in the last message
|
||||
And the message Hello is displayed in the last message
|
||||
|
||||
|
||||
Scenario: User can send a sticker after installing a free pack
|
||||
|
|
Loading…
Reference in New Issue