From 2051a5d95efd24104c7699296e024cd6cf301cfe Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 25 Oct 2017 14:08:31 +0200 Subject: [PATCH] Stabilize :history-clear test Something seems special with the previous view:source tab which prevents us from loading the new page. See #3003 --- tests/end2end/features/history.feature | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/end2end/features/history.feature b/tests/end2end/features/history.feature index 69af64941..d0a6243ca 100644 --- a/tests/end2end/features/history.feature +++ b/tests/end2end/features/history.feature @@ -74,7 +74,8 @@ Feature: Page history http://localhost:(port)/data/title.html Test title Scenario: Clearing history - When I open data/title.html + When I run :tab-only + And I open data/title.html And I run :history-clear --force Then the history should be empty