Stabilize :tab-clone tests
Those were flaky with QtWebEngine on OS X: https://travis-ci.org/The-Compiler/qutebrowser/jobs/159094434
This commit is contained in:
parent
0d84ea9b8a
commit
ac7ee5ed8b
@ -525,6 +525,7 @@ Feature: Tab management
|
|||||||
Scenario: Cloning a tab with history and title
|
Scenario: Cloning a tab with history and title
|
||||||
When I open data/title.html
|
When I open data/title.html
|
||||||
And I run :tab-clone
|
And I run :tab-clone
|
||||||
|
And I wait until data/title.html is loaded
|
||||||
Then the session should look like:
|
Then the session should look like:
|
||||||
windows:
|
windows:
|
||||||
- tabs:
|
- tabs:
|
||||||
@ -542,6 +543,7 @@ Feature: Tab management
|
|||||||
When I open data/hello.txt
|
When I open data/hello.txt
|
||||||
And I run :zoom 120
|
And I run :zoom 120
|
||||||
And I run :tab-clone
|
And I run :tab-clone
|
||||||
|
And I wait until data/hello.txt is loaded
|
||||||
Then the session should look like:
|
Then the session should look like:
|
||||||
windows:
|
windows:
|
||||||
- tabs:
|
- tabs:
|
||||||
@ -558,6 +560,7 @@ Feature: Tab management
|
|||||||
Scenario: Cloning to background tab
|
Scenario: Cloning to background tab
|
||||||
When I open data/hello2.txt
|
When I open data/hello2.txt
|
||||||
And I run :tab-clone -b
|
And I run :tab-clone -b
|
||||||
|
And I wait until data/hello2.txt is loaded
|
||||||
Then the following tabs should be open:
|
Then the following tabs should be open:
|
||||||
- data/hello2.txt (active)
|
- data/hello2.txt (active)
|
||||||
- data/hello2.txt
|
- data/hello2.txt
|
||||||
@ -565,6 +568,7 @@ Feature: Tab management
|
|||||||
Scenario: Cloning to new window
|
Scenario: Cloning to new window
|
||||||
When I open data/title.html
|
When I open data/title.html
|
||||||
And I run :tab-clone -w
|
And I run :tab-clone -w
|
||||||
|
And I wait until data/title.html is loaded
|
||||||
Then the session should look like:
|
Then the session should look like:
|
||||||
windows:
|
windows:
|
||||||
- tabs:
|
- tabs:
|
||||||
@ -584,6 +588,7 @@ Feature: Tab management
|
|||||||
When I open data/title.html
|
When I open data/title.html
|
||||||
And I set tabs -> tabs-are-windows to true
|
And I set tabs -> tabs-are-windows to true
|
||||||
And I run :tab-clone
|
And I run :tab-clone
|
||||||
|
And I wait until data/title.html is loaded
|
||||||
Then the session should look like:
|
Then the session should look like:
|
||||||
windows:
|
windows:
|
||||||
- tabs:
|
- tabs:
|
||||||
|
Loading…
Reference in New Issue
Block a user