Add hardcoded wait time for external navigation to load
This commit is contained in:
parent
2399df288e
commit
9792c9affb
@ -68,4 +68,5 @@ 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/"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user