You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: points.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ basic:
63
63
description: "Log out from the application and verify it"
64
64
65
65
fill_input: # 1 pt each | repeatable | max 10
66
-
count: 2
66
+
count: 3
67
67
description: "Fill an input field (text, radio, checkbox, date, etc.) — each different type counts as one"
68
68
69
69
send_form: # 1 pt each | repeatable | max 10
@@ -75,7 +75,7 @@ basic:
75
75
description: "Test a static page (verify text content, element presence, etc.)"
76
76
77
77
multiple_page_test: # 3 pts | once
78
-
done: false
78
+
done: true
79
79
description: "Define an array of URLs or page data, iterate over them and verify something on each page (e.g. check title or a specific element on 5 different pages using a loop)"
80
80
81
81
complex_xpath: # 1 pt each | repeatable | max 10
@@ -87,7 +87,7 @@ basic:
87
87
description: "Fill or read the content of a textarea element"
88
88
89
89
dropdown: # 2 pts | once
90
-
done: false
90
+
done: true
91
91
description: "Select an option from a drop-down (using Select class or similar)"
0 commit comments