added a Scenario: Opening link with qute://help to tests/end2end/features/qutescheme.feature

This commit is contained in:
dwagle 2017-10-30 17:49:22 +05:45
parent aab7496916
commit 4c9482be84

View File

@ -55,6 +55,14 @@ Feature: Special qute:// pages
And I hint with args "links normal" and follow a And I hint with args "links normal" and follow a
Then qute://help/quickstart.html should be loaded 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 # :history
Scenario: :history without arguments Scenario: :history without arguments