From 9a7eae6ab0add7ea84d5b5c121ed5ea4d87ba04a Mon Sep 17 00:00:00 2001 From: femi Date: Wed, 8 Jun 2022 00:47:19 +0100 Subject: [PATCH] feat(@DesktopApp): Basic Chat Scenario (Squish Test) Ticket: https://github.com/status-im/status-desktop/issues/5718 Include Basic chat Scenario --- .../suite_status/tst_ChatFlow/test.feature | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 95f0cd3ac6..8ceb52b36e 100644 --- a/test/ui-test/testSuites/suite_status/tst_ChatFlow/test.feature +++ b/test/ui-test/testSuites/suite_status/tst_ChatFlow/test.feature @@ -10,14 +10,14 @@ Feature: Status Desktop Chat Background: 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 Scenario: User joins a room and chats When user joins chat room test Then user is able to send chat message - | message | - | Hello | - | How are you | - | I am from status | - | tell me how you do? | + | message | + | Hello | + | How are you | + | I am from status | + | tell me how you do? |