Skip to content

Commit 4ff1c4d

Browse files
No need for the wait-for anymore to go around browser navigation bug
1 parent b6e0efe commit 4ff1c4d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/rustdoc-gui/help-page.goml

+1-2
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,4 @@ size: (1000, 1000) // Popover only appears when the screen width is >700px.
6868
assert-false: "#help"
6969
click: "#help-button > a"
7070
click: ".popover a[href='https://doc.rust-lang.org/rustdoc/']"
71-
wait-for: 2000
72-
assert-document-property: {"URL": "https://doc.rust-lang.org/rustdoc/"}
71+
wait-for-document-property: {"URL": "https://doc.rust-lang.org/rustdoc/"}

0 commit comments

Comments
 (0)