Skip to content

Commit baa7ecf

Browse files
committed
test: ensure that a just added series has "New" label.
Fix #94
1 parent 19469a3 commit baa7ecf

File tree

1 file changed

+2
-0
lines changed
  • src/test/robotframework/collection/add-series

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Add a series to user's collection
1212
Element Text Should Be id:number-of-stamps-block I have 2 out of 2 stamps
1313
Submit Form id:add-series-form
1414
Page Should Contain Link css:[href="/series/2"]
15+
# See https://developer.mozilla.org/en-US/docs/Web/CSS/General_sibling_combinator
16+
Element Text Should Be css:[href="/series/2"] ~ .label-success New
1517

1618
*** Keywords ***
1719
Before Test Suite

0 commit comments

Comments
 (0)