From f100eb6e030d9e26f66a745b6eea5600e1408f64 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 24 May 2016 22:23:42 +0200 Subject: [PATCH] Mark iframe hint tests as xfail_norun as a stopgap See #1525. --- tests/integration/features/hints.feature | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/integration/features/hints.feature b/tests/integration/features/hints.feature index 4d4519fdd..ea1ae7ea6 100644 --- a/tests/integration/features/hints.feature +++ b/tests/integration/features/hints.feature @@ -60,7 +60,9 @@ Feature: Using hints Then the clipboard should contain "http://localhost:(port)/data/hello.txt" ### iframes + ### FIXME currenly skipped, see https://github.com/The-Compiler/qutebrowser/issues/1525 + @xfail_norun Scenario: Using :follow-hint inside an iframe When I open data/hints/iframe.html And I run :hint all normal @@ -69,6 +71,7 @@ Feature: Using hints And I run :follow-hint a Then "acceptNavigationRequest, url http://localhost:*/data/hello.txt, type NavigationTypeLinkClicked, *" should be logged + @xfail_norun Scenario: Using :follow-hint inside a scrolled iframe When I open data/hints/iframe_scroll.html And I run :hint all normal @@ -78,12 +81,14 @@ Feature: Using hints And I run :follow-hint a Then "acceptNavigationRequest, url http://localhost:*/data/hello2.txt, type NavigationTypeLinkClicked, *" should be logged + @xfail_norun Scenario: Opening a link inside a specific iframe When I open data/hints/iframe_target.html And I run :hint links normal And I run :follow-hint a Then "acceptNavigationRequest, url http://localhost:*/data/hello.txt, type NavigationTypeLinkClicked, *" should be logged + @xfail_norun Scenario: Opening a link with specific target frame in a new tab When I open data/hints/iframe_target.html And I run :hint links tab