We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eba1b5 commit bcca611Copy full SHA for bcca611
tests/rustdoc-gui/sidebar-mobile.goml
@@ -57,7 +57,8 @@ scroll-to: ".block.keyword li:nth-child(1)"
57
compare-elements-position-near: (".block.keyword li:nth-child(1)", ".mobile-topbar", {"y": 544})
58
59
// Now checking the background color of the sidebar.
60
-reload:
+// Close the sidebar menu.
61
+press-key: "Escape"
62
show-text: true
63
64
define-function: (
@@ -73,6 +74,8 @@ define-function: (
73
74
"background-color": |background|,
75
"color": |color|,
76
})
77
+ // Make sure the sidebar is full width
78
+ compare-elements-size: (".sidebar", "body", ["width"])
79
// Close the sidebar menu.
80
press-key: "Escape"
81
},
0 commit comments