tests: add missing wait in "Scenario: Opening a link with specific target frame in a new tab"
This commit is contained in:
parent
199f0aeb76
commit
b1997c1e00
@ -136,6 +136,7 @@ Feature: Using hints
|
|||||||
When I open data/hints/iframe_target.html
|
When I open data/hints/iframe_target.html
|
||||||
And I run :hint links tab
|
And I run :hint links tab
|
||||||
And I run :follow-hint a
|
And I run :follow-hint a
|
||||||
|
And I wait until data/hello.txt is loaded
|
||||||
Then the following tabs should be open:
|
Then the following tabs should be open:
|
||||||
- data/hints/iframe_target.html
|
- data/hints/iframe_target.html
|
||||||
- data/hello.txt (active)
|
- data/hello.txt (active)
|
||||||
|
Loading…
Reference in New Issue
Block a user