diff options
| author | Michael Howell <michael@notriddle.com> | 2024-09-29 10:02:06 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2024-09-29 10:02:06 -0700 |
| commit | c27b54ac4ad88bc2aa07260cebec31e886a3c6ad (patch) | |
| tree | 3a4678417701e442127216bb1da00e50b4138db1 /tests/rustdoc-gui/sidebar-source-code-display.goml | |
| parent | 6683c0416cee4e0724393749881ddf0c15bc50ef (diff) | |
| download | rust-c27b54ac4ad88bc2aa07260cebec31e886a3c6ad.tar.gz rust-c27b54ac4ad88bc2aa07260cebec31e886a3c6ad.zip | |
rustdoc-gui: fix test cases
Diffstat (limited to 'tests/rustdoc-gui/sidebar-source-code-display.goml')
| -rw-r--r-- | tests/rustdoc-gui/sidebar-source-code-display.goml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc-gui/sidebar-source-code-display.goml b/tests/rustdoc-gui/sidebar-source-code-display.goml index c3e02c4e9b4..742453c173b 100644 --- a/tests/rustdoc-gui/sidebar-source-code-display.goml +++ b/tests/rustdoc-gui/sidebar-source-code-display.goml @@ -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, "2564") +store-value: (y_offset, "2570") assert-window-property: {"pageYOffset": |y_offset|} // Expanding the sidebar... click: "#sidebar-button" |
