bdd: Stabilize "Cloning to background tab" test.

I think this didn't actually wait until hello.txt was loaded because some logs
were parsed from the previous test:

http://www.qutebrowser.org/testresults/osx/1294.html
This commit is contained in:
Florian Bruhin 2016-01-24 19:17:39 +01:00
parent 785e2052f6
commit aede904b3a

View File

@ -471,11 +471,11 @@ Feature: Tab management
zoom: 1.2 zoom: 1.2
Scenario: Cloning to background tab Scenario: Cloning to background tab
When I open data/hello.txt When I open data/hello2.txt
And I run :tab-clone -b And I run :tab-clone -b
Then the following tabs should be open: Then the following tabs should be open:
- data/hello.txt (active) - data/hello2.txt (active)
- data/hello.txt - data/hello2.txt
Scenario: Cloning to new window Scenario: Cloning to new window
Given I have a fresh instance Given I have a fresh instance