From d298787b1a6c42e023ff3997211df3f118f82dda Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 18 Aug 2016 19:22:18 +0200 Subject: [PATCH] bdd: Make marks.feature work with QtWebEngine --- tests/end2end/features/marks.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/end2end/features/marks.feature b/tests/end2end/features/marks.feature index 665c0d707..af09187bb 100644 --- a/tests/end2end/features/marks.feature +++ b/tests/end2end/features/marks.feature @@ -55,6 +55,7 @@ Feature: Setting positional marks And I run :jump-mark b Then the error "Mark b is not set" should be shown + @qtwebengine_todo: Does not emit loaded signal for fragments? Scenario: Jumping to a local mark after changing fragments When I open data/marks.html#top And I run :scroll 'top' @@ -64,6 +65,7 @@ Feature: Setting positional marks And I run :jump-mark a Then the page should be scrolled to 10 10 + @qtwebengine_todo: Does not emit loaded signal for fragments? Scenario: Jumping back after following a link When I hint with args "links normal" and follow s And I wait until data/marks.html#bottom is loaded