Skip to content

Commit

Permalink
No need for the wait-for anymore to go around browser navigation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Feb 23, 2023
1 parent b6e0efe commit 4ff1c4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/rustdoc-gui/help-page.goml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"}

0 comments on commit 4ff1c4d

Please sign in to comment.