tests: add missing wait in "Scenario: Opening a link with specific target frame in a new tab"

This commit is contained in:
Jakub Klinkovský 2016-06-06 18:26:04 +02:00
parent 199f0aeb76
commit b1997c1e00

View File

@ -136,6 +136,7 @@ Feature: Using hints
When I open data/hints/iframe_target.html
And I run :hint links tab
And I run :follow-hint a
And I wait until data/hello.txt is loaded
Then the following tabs should be open:
- data/hints/iframe_target.html
- data/hello.txt (active)