mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
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"
|
||||
click: "#help-button > a"
|
||||
click: ".popover a[href='https://doc.rust-lang.org/rustdoc/']"
|
||||
wait-for: 2000
|
||||
assert-document-property: {"URL": "https://doc.rust-lang.org/rustdoc/"}
|
||||
wait-for-document-property: {"URL": "https://doc.rust-lang.org/rustdoc/"}
|
||||
|
Loading…
Reference in New Issue
Block a user