From a0e32753a54dcc02d3ef7204fb4fa694207dea03 Mon Sep 17 00:00:00 2001 From: Philipp Hansch Date: Thu, 24 Mar 2016 12:20:08 +0100 Subject: [PATCH] Forgot a possible race condition --- tests/integration/features/tabs.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/features/tabs.feature b/tests/integration/features/tabs.feature index 512085d78..8d898694b 100644 --- a/tests/integration/features/tabs.feature +++ b/tests/integration/features/tabs.feature @@ -652,6 +652,7 @@ Feature: Tab management And I open data/hints/link.html 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 (active) - data/hello.txt