Stabilize escaping URLs test

This commit is contained in:
Florian Bruhin 2018-06-25 23:01:17 +02:00
parent 876aa5a9b1
commit 1bc3d444b6

View File

@ -121,6 +121,7 @@ Feature: Page history
Scenario: Escaping of URLs in :history
When I open query?one=1&two=2
And I open qute://history
And I wait 0.5s # JS loads the history async
And I hint with args "links normal" and follow a
And I wait until query?one=1&two=2 is loaded
Then the query parameter two should be set to 2