diff --git a/tests/end2end/data/hints/iframe_target.html b/tests/end2end/data/hints/iframe_target.html index db8afad27..bd1e281c2 100644 --- a/tests/end2end/data/hints/iframe_target.html +++ b/tests/end2end/data/hints/iframe_target.html @@ -9,6 +9,7 @@

A link to be opened in the iframe above. + A second link for the iframe.

diff --git a/tests/end2end/features/hints.feature b/tests/end2end/features/hints.feature index 5da03a085..909eeaf07 100644 --- a/tests/end2end/features/hints.feature +++ b/tests/end2end/features/hints.feature @@ -239,12 +239,11 @@ Feature: Using hints Scenario: Opening a link with specific target frame in a new tab When I open data/hints/iframe_target.html And I run :tab-only - And I hint with args "links tab" and follow a - And I wait until data/hello.txt is loaded - And I wait 0.5s + And I hint with args "links tab" and follow s + And I wait until data/hello2.txt is loaded Then the following tabs should be open: - data/hints/iframe_target.html - - data/hello.txt (active) + - data/hello2.txt (active) Scenario: Clicking on iframe with :hint all current When I open data/hints/iframe.html