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 587dff9 commit 06b735eCopy full SHA for 06b735e
tests/rustdoc-gui/sidebar-source-code-display.goml
@@ -141,7 +141,7 @@ click: "#sidebar-button"
141
wait-for-css: (".src .sidebar > *", {"visibility": "hidden"})
142
// We scroll to line 117 to change the scroll position.
143
scroll-to: '//*[@id="117"]'
144
-store-value: (y_offset, "2493")
+store-value: (y_offset, "2516")
145
assert-window-property: {"pageYOffset": |y_offset|}
146
// Expanding the sidebar...
147
click: "#sidebar-button"
0 commit comments