No need for the wait-for anymore to go around browser navigation bug
This commit is contained in:
parent
b6e0efe655
commit
4ff1c4d3e7
@ -68,5 +68,4 @@ size: (1000, 1000) // Popover only appears when the screen width is >700px.
|
|||||||
assert-false: "#help"
|
assert-false: "#help"
|
||||||
click: "#help-button > a"
|
click: "#help-button > a"
|
||||||
click: ".popover a[href='https://doc.rust-lang.org/rustdoc/']"
|
click: ".popover a[href='https://doc.rust-lang.org/rustdoc/']"
|
||||||
wait-for: 2000
|
wait-for-document-property: {"URL": "https://doc.rust-lang.org/rustdoc/"}
|
||||||
assert-document-property: {"URL": "https://doc.rust-lang.org/rustdoc/"}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user