"Fix" more flaky tests

This commit is contained in:
Florian Bruhin 2018-07-22 11:24:06 +02:00
parent a7170fefe9
commit 13f688eeb8
2 changed files with 3 additions and 2 deletions

View File

@ -110,6 +110,7 @@ Feature: Page history
And I open data/numbers/4.txt And I open data/numbers/4.txt
And I open qute:history without waiting And I open qute:history without waiting
And I wait until qute://history is loaded 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 "3.txt"
Then the page should contain the plaintext "4.txt" Then the page should contain the plaintext "4.txt"

View File

@ -260,7 +260,7 @@ Feature: Searching on a page
- data/search.html - data/search.html
- data/hello.txt (active) - 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 Scenario: Follow a searched link in an iframe
When I open data/iframe_search.html When I open data/iframe_search.html
And I run :tab-only And I run :tab-only
@ -269,7 +269,7 @@ Feature: Searching on a page
And I run :follow-selected 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 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 Scenario: Follow a tabbed searched link in an iframe
When I open data/iframe_search.html When I open data/iframe_search.html
And I run :tab-only And I run :tab-only