From 4c9482be8468a5ec65840a5bd6c319464ecf2843 Mon Sep 17 00:00:00 2001 From: dwagle Date: Mon, 30 Oct 2017 17:49:22 +0545 Subject: [PATCH] added a Scenario: Opening link with qute://help to tests/end2end/features/qutescheme.feature --- tests/end2end/features/qutescheme.feature | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/end2end/features/qutescheme.feature b/tests/end2end/features/qutescheme.feature index afa791be9..8b1a156a0 100644 --- a/tests/end2end/features/qutescheme.feature +++ b/tests/end2end/features/qutescheme.feature @@ -55,6 +55,14 @@ Feature: Special qute:// pages And I hint with args "links normal" and follow a Then qute://help/quickstart.html should be loaded + Scenario: Opening a link with qute://help + When the documentation is up to date + And I run :tab-only + And I open qute://help + And I wait until qute://help/ is loaded + And I hint with args "links normal" and follow a + Then qute://help/quickstart.html should be loaded + # :history Scenario: :history without arguments