We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b34675 commit bd84709Copy full SHA for bd84709
src/test/rustdoc-gui/help-page.goml
@@ -3,6 +3,7 @@ goto: "file://" + |DOC_PATH| + "/help.html"
3
size: (1000, 1000) // Try desktop size first.
4
wait-for: "#help"
5
assert-css: ("#help", {"display": "block"})
6
+assert-css: ("#help dd", {"font-size": "16px"})
7
click: "#help-button > a"
8
9
compare-elements-property: (".sub", "#help", ["offsetWidth"])
@@ -18,6 +19,7 @@ size: (1000, 1000) // Only supported on desktop.
18
19
assert-false: "#help"
20
21
22
23
24
assert-css: ("#help", {"display": "none"})
25
compare-elements-property-false: (".sub", "#help", ["offsetWidth"])
0 commit comments