No need for the wait-for anymore to go around browser navigation bug

This commit is contained in:
Guillaume Gomez 2023-02-23 22:04:38 +01:00
parent b6e0efe655
commit 4ff1c4d3e7

View File

@ -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/"}