We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e0efe commit 4ff1c4dCopy full SHA for 4ff1c4d
tests/rustdoc-gui/help-page.goml
@@ -68,5 +68,4 @@ 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/"}
+wait-for-document-property: {"URL": "https://doc.rust-lang.org/rustdoc/"}
0 commit comments