Fix prompt with SSL error test

This commit is contained in:
Florian Bruhin 2017-03-28 21:18:32 +02:00
parent a3a885f053
commit 5a16133685

View File

@ -78,6 +78,7 @@ Feature: Downloading things from a website.
Scenario: Downloading with SSL errors (issue 1413) Scenario: Downloading with SSL errors (issue 1413)
When I clear SSL errors When I clear SSL errors
And I set network -> ssl-strict to ask And I set network -> ssl-strict to ask
And I set storage -> prompt-download-directory to false
And I download an SSL page And I download an SSL page
And I wait for "Entering mode KeyMode.* (reason: question asked)" in the log And I wait for "Entering mode KeyMode.* (reason: question asked)" in the log
And I run :prompt-accept And I run :prompt-accept