Skip to content

Commit 526cb9a

Browse files
committed
fix: Collection.Add-Series.Logic.Add a series to user's collection (all stamps) 'I have out of 2 stamps' does not match 'I have[\n\r]+out of 2 stamps'
1 parent 6b5ab43 commit 526cb9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Add a series to user's collection (all stamps)
1212
Go To ${SITE_URL}/series/2
1313
Element Text Should Be id:series-status-msg You don't have this series. Add one instance:
1414
Textfield Value Should Be id:number-of-stamps 2
15-
Element Text Should Match Regexp id:number-of-stamps-block I have[\\n\\r]+out of 2 stamps
15+
Element Text Should Match Regexp id:number-of-stamps-block I have[\\n \\r]+out of 2 stamps
1616
Submit Form id:add-series-form
1717
Page Should Contain Link css:.image-gallery figcaption [href="/series/2"]
1818
# See https://developer.mozilla.org/en-US/docs/Web/CSS/General_sibling_combinator

0 commit comments

Comments
 (0)