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.feature7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/end2end/features/downloads.feature b/tests/end2end/features/downloads.feature
index e8e3d7238..a1af893b6 100644
--- a/tests/end2end/features/downloads.feature
+++ b/tests/end2end/features/downloads.feature
@@ -706,3 +706,10 @@ Feature: Downloading things from a website.
And I run :prompt-fileselect-external
Then the message "No folder chosen." should be shown
And "No prompts left, hiding prompt container." should not be logged
+
+ Scenario: Using :prompt-fileselect-external with other prompt
+ When I open data/prompt/jsprompt.html
+ And I run :click-element id button
+ And I wait for "Asking question *" in the log
+ And I run :prompt-fileselect-external
+ Then the error "Can only launch external fileselect for FilenamePrompt, not LineEditPrompt" should be shown