diff --git a/tests/end2end/features/history.feature b/tests/end2end/features/history.feature index d095d23dc..7bcf65c61 100644 --- a/tests/end2end/features/history.feature +++ b/tests/end2end/features/history.feature @@ -110,6 +110,7 @@ Feature: Page history And I open data/numbers/4.txt And I open qute:history without waiting And I wait until qute://history is loaded + And I wait 1s Then the page should contain the plaintext "3.txt" Then the page should contain the plaintext "4.txt" diff --git a/tests/end2end/features/search.feature b/tests/end2end/features/search.feature index 568831c0d..96ef5212b 100644 --- a/tests/end2end/features/search.feature +++ b/tests/end2end/features/search.feature @@ -260,7 +260,7 @@ Feature: Searching on a page - data/search.html - data/hello.txt (active) - @qtwebkit_skip: Not supported in qtwebkit + @qtwebkit_skip: Not supported in qtwebkit @flaky Scenario: Follow a searched link in an iframe When I open data/iframe_search.html And I run :tab-only @@ -269,7 +269,7 @@ Feature: Searching on a page And I run :follow-selected Then "navigation request: url http://localhost:*/data/hello.txt, type Type.link_clicked, is_main_frame False" should be logged - @qtwebkit_skip: Not supported in qtwebkit + @qtwebkit_skip: Not supported in qtwebkit @flaky Scenario: Follow a tabbed searched link in an iframe When I open data/iframe_search.html And I run :tab-only