From 624aa9b41d68e11337765dfe189ccd98214a62af Mon Sep 17 00:00:00 2001 From: Philipp Hansch Date: Thu, 24 Mar 2016 11:40:10 +0100 Subject: [PATCH] Try to fix possible race conditions --- tests/integration/features/tabs.feature | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/integration/features/tabs.feature b/tests/integration/features/tabs.feature index 323ecea6e..512085d78 100644 --- a/tests/integration/features/tabs.feature +++ b/tests/integration/features/tabs.feature @@ -663,6 +663,7 @@ Feature: Tab management And I open data/hints/link.html in a new tab And I run :hint all tab And I run :follow-hint a + And I wait until data/hello.txt is loaded Then the following tabs should be open: - about:blank - data/hello.txt (active) @@ -675,6 +676,7 @@ Feature: Tab management And I open data/hints/link.html in a new tab And I run :hint all tab And I run :follow-hint a + And I wait until data/hello.txt is loaded Then the following tabs should be open: - about:blank - data/hints/link.html @@ -687,6 +689,7 @@ Feature: Tab management And I open data/hints/link.html in a new tab And I run :hint all tab And I run :follow-hint a + And I wait until data/hello.txt is loaded Then the following tabs should be open: - data/hello.txt (active) - about:blank @@ -700,6 +703,7 @@ Feature: Tab management And I run :tab-focus last And I run :hint all tab And I run :follow-hint a + And I wait until data/hello.txt is loaded Then the following tabs should be open: - data/hints/link.html - about:blank