Skip to content

Commit 9792c9a

Browse files
committed
Add hardcoded wait time for external navigation to load
1 parent 2399df2 commit 9792c9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/rustdoc-gui/help-page.goml

+1
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,5 @@ 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
7172
assert-document-property: {"URL": "https://doc.rust-lang.org/rustdoc/"}

0 commit comments

Comments
 (0)