We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f1939a commit 3b17012Copy full SHA for 3b17012
tests/rustdoc-gui/help-page.goml
@@ -67,5 +67,5 @@ go-to: "file://" + |DOC_PATH| + "/test_docs/index.html"
67
set-window-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-document-property: {"URL": "https://doc.rust-lang.org/rustdoc/"}
+click: "//*[@id='help']//a[text()='the rustdoc book']"
+wait-for-document-property: ({"URL": "https://doc.rust-lang.org/"}, STARTS_WITH)
0 commit comments