From 012e63520f5ba90b9ab8c91754aa160010825954 Mon Sep 17 00:00:00 2001 From: Jay Kamat Date: Mon, 18 Dec 2017 18:20:25 -0800 Subject: [PATCH] Blacklist non-implemented qtwebkit frame features --- tests/end2end/features/hints.feature | 3 ++- tests/end2end/features/search.feature | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/end2end/features/hints.feature b/tests/end2end/features/hints.feature index f575d0423..5da03a085 100644 --- a/tests/end2end/features/hints.feature +++ b/tests/end2end/features/hints.feature @@ -212,7 +212,7 @@ Feature: Using hints Scenario: Using :follow-hint inside an iframe button When I open data/hints/iframe_button.html And I hint with args "all normal" and follow s - Then "navigation request: url http://localhost:*/data/hello.txt, type NavigationTypeLinkClicked, *" should be logged + Then "navigation request: url http://localhost:*/data/hello.txt, *" should be logged Scenario: Hinting inputs in an iframe without type When I open data/hints/iframe_input.html @@ -241,6 +241,7 @@ Feature: Using hints 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 Then the following tabs should be open: - data/hints/iframe_target.html - data/hello.txt (active) diff --git a/tests/end2end/features/search.feature b/tests/end2end/features/search.feature index 483bcc29f..7779ff28e 100644 --- a/tests/end2end/features/search.feature +++ b/tests/end2end/features/search.feature @@ -239,6 +239,7 @@ Feature: Searching on a page - data/search.html - data/hello.txt (active) + @qtwebkit_skip: Not supported in qtwebkit Scenario: Follow a searched link in an iframe When I open data/iframe_search.html And I run :tab-only @@ -247,6 +248,7 @@ Feature: Searching on a page And I run :follow-selected Then "navigation request: url http://localhost:*/data/hello.txt, type NavigationTypeLinkClicked, is_main_frame False" should be logged + @qtwebkit_skip: Not supported in qtwebkit Scenario: Follow a tabbed searched link in an iframe When I open data/iframe_search.html And I run :tab-only