Skip to content

Commit 9a5f32b

Browse files
author
testdriver-bot
committed
[create-pull-request] automated change
1 parent 39748fa commit 9a5f32b

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
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

0 commit comments

Comments
 (0)