From aede904b3af3bee536ab03f4230affc60015a61f Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 24 Jan 2016 19:17:39 +0100 Subject: [PATCH] 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 --- tests/integration/features/tabs.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/integration/features/tabs.feature b/tests/integration/features/tabs.feature index ddf15b092..f757d15f4 100644 --- a/tests/integration/features/tabs.feature +++ b/tests/integration/features/tabs.feature @@ -471,11 +471,11 @@ Feature: Tab management zoom: 1.2 Scenario: Cloning to background tab - When I open data/hello.txt + When I open data/hello2.txt And I run :tab-clone -b Then the following tabs should be open: - - data/hello.txt (active) - - data/hello.txt + - data/hello2.txt (active) + - data/hello2.txt Scenario: Cloning to new window Given I have a fresh instance