Skip to content

Commit 6b86ec9

Browse files
committed
fix: FAIL: MyStamps.Collection.Remove-Series.Logic.Remove the last instance of a series from user's collection: No keyword with name 'Xpath Should Match X Times' found
1 parent cfa63ed commit 6b86ec9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/test/robotframework/collection/remove-series

src/test/robotframework/collection/remove-series/logic.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Remove the first instance of a series from user's collection
1818

1919
Remove the last instance of a series from user's collection
2020
Go To ${SITE_URL}/series/3
21-
Xpath Should Match X Times xpath://input[@value="Remove from collection"] expectedXpathCount=1
21+
Page Should Contain Element xpath://input[@value="Remove from collection"] limit=1
2222
Element Text Should Be css:.remove-series-form .label-default 2 out of 3
2323
Submit Form css:.remove-series-form
2424
Page Should Not Contain Link css:[href="/series/3"]

0 commit comments

Comments
 (0)