From f4b4ec341e74335081f86cc01b1e08c0c06d1723 Mon Sep 17 00:00:00 2001 From: Boris Melnik Date: Tue, 30 Aug 2022 17:14:04 +0300 Subject: [PATCH] fix(tests): Fix emoji autoreplace test --- test/ui-test/testSuites/suite_status/tst_ChatFlow/test.feature | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/ui-test/testSuites/suite_status/tst_ChatFlow/test.feature b/test/ui-test/testSuites/suite_status/tst_ChatFlow/test.feature index 1954e4b19b..9c37690a60 100644 --- a/test/ui-test/testSuites/suite_status/tst_ChatFlow/test.feature +++ b/test/ui-test/testSuites/suite_status/tst_ChatFlow/test.feature @@ -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