We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19469a3 commit baa7ecfCopy full SHA for baa7ecf
src/test/robotframework/collection/add-series/logic.robot
@@ -12,6 +12,8 @@ Add a series to user's collection
12
Element Text Should Be id:number-of-stamps-block I have 2 out of 2 stamps
13
Submit Form id:add-series-form
14
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
17
18
*** Keywords ***
19
Before Test Suite
0 commit comments