bdd: Clear SSL errors before SSL test.

This commit is contained in:
Florian Bruhin 2016-01-13 21:45:15 +01:00
parent 0e631a2c11
commit 9c2a38938d

View File

@ -66,7 +66,8 @@ Feature: Prompts
# SSL
Scenario: SSL error with ssl-strict = false
When I set network -> ssl-strict to false
When I run :debug-clear-ssl-errors
And I set network -> ssl-strict to false
And I load a SSL page
And I wait until the SSL page finished loading
Then the error "SSL error: *" should be shown