From 1c662ae94c53ad7337c396d704b8482df9bd74cf Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 7 Feb 2018 18:25:25 +0100 Subject: [PATCH] Revive iframe test as flaky See #1525 --- tests/end2end/features/hints.feature | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/end2end/features/hints.feature b/tests/end2end/features/hints.feature index 909eeaf07..dc14750e1 100644 --- a/tests/end2end/features/hints.feature +++ b/tests/end2end/features/hints.feature @@ -222,13 +222,12 @@ Feature: Using hints # The actual check is already done above Then no crash should happen - ### FIXME currenly skipped, see https://github.com/qutebrowser/qutebrowser/issues/1525 - @xfail_norun + @flaky # FIXME https://github.com/qutebrowser/qutebrowser/issues/1525 Scenario: Using :follow-hint inside a scrolled iframe When I open data/hints/iframe_scroll.html And I hint with args "all normal" and follow a And I run :scroll bottom - And I hint wht args "links normal" and follow a + And I hint with args "links normal" and follow a Then "navigation request: url http://localhost:*/data/hello2.txt, type NavigationTypeLinkClicked, *" should be logged Scenario: Opening a link inside a specific iframe