We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b5ab43 commit 526cb9aCopy full SHA for 526cb9a
1 file changed
src/test/robotframework/collection/add-series/logic.robot
@@ -12,7 +12,7 @@ Add a series to user's collection (all stamps)
12
Go To ${SITE_URL}/series/2
13
Element Text Should Be id:series-status-msg You don't have this series. Add one instance:
14
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
+ Element Text Should Match Regexp id:number-of-stamps-block I have[\\n \\r]+out of 2 stamps
16
Submit Form id:add-series-form
17
Page Should Contain Link css:.image-gallery figcaption [href="/series/2"]
18
# See https://developer.mozilla.org/en-US/docs/Web/CSS/General_sibling_combinator
0 commit comments