Skip to content

Commit

Permalink
Fix failing rustdoc-gui test
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Jul 6, 2024
1 parent 587dff9 commit 06b735e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rustdoc-gui/sidebar-source-code-display.goml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ click: "#sidebar-button"
wait-for-css: (".src .sidebar > *", {"visibility": "hidden"})
// We scroll to line 117 to change the scroll position.
scroll-to: '//*[@id="117"]'
store-value: (y_offset, "2493")
store-value: (y_offset, "2516")
assert-window-property: {"pageYOffset": |y_offset|}
// Expanding the sidebar...
click: "#sidebar-button"
Expand Down

0 comments on commit 06b735e

Please sign in to comment.