diff options
| author | Michael Howell <michael@notriddle.com> | 2022-12-15 16:29:52 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2022-12-15 16:29:52 -0700 |
| commit | a84483eb59ac7e42998ade7ee1cf3456bed024ee (patch) | |
| tree | 6ad6311ede26049bf29ab7e21d27a1b43d16d3c5 /src/test/rustdoc-gui/source-code-page.goml | |
| parent | ec56537c4325ce5b798fc3628cbdd48ba4949ae5 (diff) | |
| download | rust-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/source-code-page.goml')
| -rw-r--r-- | src/test/rustdoc-gui/source-code-page.goml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc-gui/source-code-page.goml b/src/test/rustdoc-gui/source-code-page.goml index b3b837ad377..25da74e5173 100644 --- a/src/test/rustdoc-gui/source-code-page.goml +++ b/src/test/rustdoc-gui/source-code-page.goml @@ -97,7 +97,7 @@ assert-document-property: ({"URL": "/lib.rs.html"}, ENDS_WITH) // Checking the source code sidebar. // First we "open" it. -click: "#sidebar-toggle" +click: "#src-sidebar-toggle" assert: ".source-sidebar-expanded" // We check that the first entry of the sidebar is collapsed |
