"Fix" more flaky tests
This commit is contained in:
parent
a7170fefe9
commit
13f688eeb8
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user