From ac7ee5ed8bfa6639227b8ad3f650909fdd711d38 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 11 Sep 2016 16:22:20 +0200 Subject: [PATCH] Stabilize :tab-clone tests Those were flaky with QtWebEngine on OS X: https://travis-ci.org/The-Compiler/qutebrowser/jobs/159094434 --- tests/end2end/features/tabs.feature | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/end2end/features/tabs.feature b/tests/end2end/features/tabs.feature index cd8f3b9b5..7f7f9cdcb 100644 --- a/tests/end2end/features/tabs.feature +++ b/tests/end2end/features/tabs.feature @@ -525,6 +525,7 @@ Feature: Tab management Scenario: Cloning a tab with history and title When I open data/title.html And I run :tab-clone + And I wait until data/title.html is loaded Then the session should look like: windows: - tabs: @@ -542,6 +543,7 @@ Feature: Tab management When I open data/hello.txt And I run :zoom 120 And I run :tab-clone + And I wait until data/hello.txt is loaded Then the session should look like: windows: - tabs: @@ -558,6 +560,7 @@ Feature: Tab management Scenario: Cloning to background tab When I open data/hello2.txt And I run :tab-clone -b + And I wait until data/hello2.txt is loaded Then the following tabs should be open: - data/hello2.txt (active) - data/hello2.txt @@ -565,6 +568,7 @@ Feature: Tab management Scenario: Cloning to new window When I open data/title.html And I run :tab-clone -w + And I wait until data/title.html is loaded Then the session should look like: windows: - tabs: @@ -584,6 +588,7 @@ Feature: Tab management When I open data/title.html And I set tabs -> tabs-are-windows to true And I run :tab-clone + And I wait until data/title.html is loaded Then the session should look like: windows: - tabs: