Stabilize URL escaping test
This commit is contained in:
parent
05531ddcf0
commit
26d6cf8ef6
@ -118,10 +118,11 @@ Feature: Page history
|
|||||||
And I open qute://history
|
And I open qute://history
|
||||||
Then the javascript message "XSS" should not be logged
|
Then the javascript message "XSS" should not be logged
|
||||||
|
|
||||||
|
@flaky
|
||||||
Scenario: Escaping of URLs in :history
|
Scenario: Escaping of URLs in :history
|
||||||
When I open query?one=1&two=2
|
When I open query?one=1&two=2
|
||||||
And I open qute://history
|
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 hint with args "links normal" and follow a
|
||||||
And I wait until query?one=1&two=2 is loaded
|
And I wait until query?one=1&two=2 is loaded
|
||||||
Then the query parameter two should be set to 2
|
Then the query parameter two should be set to 2
|
||||||
|
Loading…
Reference in New Issue
Block a user