Skip to content

Commit f5eaae6

Browse files
committed
Fix incorrect button grab
1 parent e6eb656 commit f5eaae6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5227,9 +5227,9 @@ dependencies = [
52275227

52285228
[[package]]
52295229
name = "stringdex"
5230-
version = "0.0.1-alpha2"
5230+
version = "0.0.1-alpha3"
52315231
source = "registry+https://github.com/rust-lang/crates.io-index"
5232-
checksum = "e41326d1a9d50044cda62652768736b37f0933bdf2c44a10d044c7f559a9c81b"
5232+
checksum = "fab275e0c5212d8a4e4ac60652a5a0dd70d1e7a6341f948cd3f6a1fd294745e1"
52335233
dependencies = [
52345234
"stacker",
52355235
]

tests/rustdoc-gui/sidebar.goml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ wait-for: "html:not(.src-sidebar-expanded)"
220220
// Now we check the same when the sidebar button is moved alongside the search.
221221
set-window-size: (500, 500)
222222
store-css: ("#sidebar-button a:hover", {"background-color": not_sidebar_background_hover})
223-
move-cursor-to: "rustdoc-toolbar .settings-menu"
223+
move-cursor-to: "rustdoc-toolbar #search-button"
224224
store-css: ("#sidebar-button a:not(:hover)", {"background-color": not_sidebar_background})
225225
// The sidebar background is supposed to be the same as the main background.
226226
assert-css: ("body", {"background-color": |not_sidebar_background|})

0 commit comments

Comments
 (0)