File tree Expand file tree Collapse file tree 1 file changed +51
-0
lines changed
Expand file tree Collapse file tree 1 file changed +51
-0
lines changed Original file line number Diff line number Diff line change 1+ version : 4.2.12
2+ session : 67db53a5559da55d39a3199c
3+ steps :
4+ - prompt : login with username "alexfo" and password "fonohon"
5+ commands :
6+ - command : hover-text
7+ text : Enter username or email
8+ description : username input field
9+ action : click
10+ - command : type
11+ text : alexfo
12+ - prompt : login with username "alexfo" and password "fonohon"
13+ commands :
14+ - command : hover-text
15+ text : Enter your password
16+ description : password input field
17+ action : click
18+ - command : type
19+ text : fonohon
20+ - command : hover-text
21+ text : Login
22+ description : login button
23+ action : click
24+ - prompt : Click on "Add a new task..." input field.
25+ commands :
26+ - command : hover-text
27+ text : Add a new task...
28+ description : input field for adding a new task
29+ action : click
30+ - prompt : Enter a new task description.
31+ commands :
32+ - command : hover-text
33+ text : Add a new task...
34+ description : input field for adding a new task
35+ action : click
36+ - command : type
37+ text : New Task Description
38+ - prompt : Click the "Add" button.
39+ commands :
40+ - command : hover-text
41+ text : Add
42+ description : button to add a new task
43+ action : click
44+ - prompt : Assert that the new task is added to the task list.
45+ commands :
46+ - command : assert
47+ expect : New Task Description is visible in the task list
48+ - prompt : Assert there are no errors shown.
49+ commands :
50+ - command : assert
51+ expect : no error messages are visible on the screen
You can’t perform that action at this time.
0 commit comments