File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/robotframework/collection/remove-series Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Force Tags collection series logic
9
9
*** Test Cases ***
10
10
Remove the first instance of a series from user's collection
11
11
Go To ${SITE_URL } /series/3
12
- Xpath Should Match X Times xpath://input[@value="Remove from collection"] 2
12
+ Xpath Should Match X Times xpath://input[@value="Remove from collection"] expectedXpathCount= 2
13
13
# Submit the first form
14
14
Submit Form css:.remove-series-form
15
15
Page Should Contain Link css:.image-gallery figcaption [href="/series/3"]
@@ -18,7 +18,7 @@ Remove the first instance of a series from user's collection
18
18
19
19
Remove the last instance of a series from user's collection
20
20
Go To ${SITE_URL } /series/3
21
- Xpath Should Match X Times xpath://input[@value="Remove from collection"] 1
21
+ Xpath Should Match X Times xpath://input[@value="Remove from collection"] expectedXpathCount= 1
22
22
Element Text Should Be css:.remove-series-form .label-default 2 out of 3
23
23
Submit Form css:.remove-series-form
24
24
Page Should Not Contain Link css:[href="/series/3"]
You can’t perform that action at this time.
0 commit comments