From b684e50cdf9f47503c64733edcfab4f12033f8fa Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 21 Nov 2017 18:14:17 +0100 Subject: [PATCH] Stabilize view-source test --- tests/end2end/features/tabs.feature | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/end2end/features/tabs.feature b/tests/end2end/features/tabs.feature index 77487d33d..f28ae62ec 100644 --- a/tests/end2end/features/tabs.feature +++ b/tests/end2end/features/tabs.feature @@ -628,7 +628,8 @@ Feature: Tab management @qtwebkit_skip @qt<5.9 Scenario: Cloning a tab with a view-source URL - When I open view-source:http://localhost:(port) + When I open / + And I open view-source:http://localhost:(port) And I run :tab-clone Then the error "Can't serialize special URL!" should be shown