We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2399df2 commit 9792c9aCopy full SHA for 9792c9a
src/test/rustdoc-gui/help-page.goml
@@ -68,4 +68,5 @@ size: (1000, 1000) // Popover only appears when the screen width is >700px.
68
assert-false: "#help"
69
click: "#help-button > a"
70
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/"}
0 commit comments