Skip to content

Commit 72b796c

Browse files
Abizer Singaporewalafrancisf
authored andcommitted
SingleTest fix for Firefox
1 parent 66812f7 commit 72b796c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

config/KeywordsFile.robot

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@ Click on Sign In
3636

3737
Enter Credentials
3838
[Arguments] ${username} ${password}
39-
input text css=#username input ${username} \n
40-
input text css=#password input ${password} \n
39+
input text css=#username input ${username}
40+
click element css= .css-1n7v3ny-option
41+
input text css=#password input ${password}
42+
click element css= .css-1n7v3ny-option
4143

4244
Click on Login
4345
click element id=login-btn

0 commit comments

Comments
 (0)