about summary refs log tree commit diff
path: root/src/test/rustdoc-gui/cursor.goml
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2022-12-15 16:29:52 -0700
committerMichael Howell <michael@notriddle.com>2022-12-15 16:29:52 -0700
commita84483eb59ac7e42998ade7ee1cf3456bed024ee (patch)
tree6ad6311ede26049bf29ab7e21d27a1b43d16d3c5 /src/test/rustdoc-gui/cursor.goml
parentec56537c4325ce5b798fc3628cbdd48ba4949ae5 (diff)
downloadrust-a84483eb59ac7e42998ade7ee1cf3456bed024ee.tar.gz
rust-a84483eb59ac7e42998ade7ee1cf3456bed024ee.zip
rustdoc: name the source page sidebar-toggle `#src-sidebar-toggle`
The old name doesn't get across where it's really supposed to be used.
Diffstat (limited to 'src/test/rustdoc-gui/cursor.goml')
-rw-r--r--src/test/rustdoc-gui/cursor.goml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc-gui/cursor.goml b/src/test/rustdoc-gui/cursor.goml
index b2e91cb81fb..cb6716a76f5 100644
--- a/src/test/rustdoc-gui/cursor.goml
+++ b/src/test/rustdoc-gui/cursor.goml
@@ -21,4 +21,4 @@ assert-css: (".sidebar-menu-toggle", {"cursor": "pointer"})
 
 // the sidebar toggle button on the source code pages
 goto: "file://" + |DOC_PATH| + "/src/lib2/lib.rs.html"
-assert-css: ("#sidebar-toggle > button", {"cursor": "pointer"})
+assert-css: ("#src-sidebar-toggle > button", {"cursor": "pointer"})