From 6b4dbad15b7f7962138fad1d92dd3c21617ebd42 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 10 Nov 2015 08:22:06 +0100 Subject: [PATCH] bdd: Wait until request is done for hints.feature. --- tests/integration/features/hints.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/features/hints.feature b/tests/integration/features/hints.feature index 4f565650e..5c074ec73 100644 --- a/tests/integration/features/hints.feature +++ b/tests/integration/features/hints.feature @@ -4,6 +4,7 @@ Feature: Using hints When I open data/hints/link.html And I run :hint links normal And I run :follow-hint a + And I wait until data/hello.txt is loaded Then the requests should be: data/hints/link.html data/hello.txt