summaryrefslogtreecommitdiff
path: root/tests/end2end/features/downloads.feature
diff options
context:
space:
mode:
Diffstat (limited to 'tests/end2end/features/downloads.feature')
-rw-r--r--tests/end2end/features/downloads.feature14
1 files changed, 12 insertions, 2 deletions
diff --git a/tests/end2end/features/downloads.feature b/tests/end2end/features/downloads.feature
index df2e10b46..57d6dfb7f 100644
--- a/tests/end2end/features/downloads.feature
+++ b/tests/end2end/features/downloads.feature
@@ -87,8 +87,18 @@ Feature: Downloading things from a website.
When I set downloads.location.suggestion to filename
And I set downloads.location.prompt to true
And I open data/data_link.html
- And I hint with args "links download" and follow a
- And I wait for "Asking question <qutebrowser.utils.usertypes.Question default='binary blob' mode=<PromptMode.download: 5> option=None text=* title='Save file to:'>, *" in the log
+ And I hint with args "links download" and follow s
+ And I wait for "Asking question <qutebrowser.utils.usertypes.Question default='download.pdf' mode=<PromptMode.download: 5> option=None text=* title='Save file to:'>, *" in the log
+ And I run :leave-mode
+ Then no crash should happen
+
+ @qtwebkit_skip
+ Scenario: Downloading a data: link via QtWebEngine (issue 1214)
+ When I set downloads.location.suggestion to filename
+ And I set downloads.location.prompt to true
+ And I open data/data_link.html
+ And I hint with args "links" and follow s
+ And I wait for "Asking question <qutebrowser.utils.usertypes.Question default='download.pdf' mode=<PromptMode.download: 5> option=None text=* title='Save file to:'>, *" in the log
And I run :leave-mode
Then no crash should happen