summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2018-07-03 10:29:28 +0200
committerFlorian Bruhin <git@the-compiler.org>2018-07-03 10:29:28 +0200
commit26d6cf8ef60dd21e63f44ce281830ee08d8d5c7b (patch)
treeaa62c8a718a8715928e77f3a7b73cf4595d7b85a
parent05531ddcf097cdbe1e4a6dc2a154fecdf0930e12 (diff)
downloadqutebrowser-26d6cf8ef60dd21e63f44ce281830ee08d8d5c7b.tar.gz
qutebrowser-26d6cf8ef60dd21e63f44ce281830ee08d8d5c7b.zip
Stabilize URL escaping test
-rw-r--r--tests/end2end/features/history.feature3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/end2end/features/history.feature b/tests/end2end/features/history.feature
index e1a7d3326..c3791945e 100644
--- a/tests/end2end/features/history.feature
+++ b/tests/end2end/features/history.feature
@@ -118,10 +118,11 @@ Feature: Page history
And I open qute://history
Then the javascript message "XSS" should not be logged
+ @flaky
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 wait 1s # 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