diff options
| author | Michael Howell <michael@notriddle.com> | 2022-11-05 10:14:31 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2022-11-05 14:26:13 -0700 |
| commit | 21894801c66709f6b16d16a8598f9c99fd4c998c (patch) | |
| tree | e2ae3ffe31252fd92996a4d0315d02f39adfeef2 /src/test/rustdoc-gui/source-code-page.goml | |
| parent | cb184bb0233b32371be8b3c0681c7a41fa036c10 (diff) | |
| download | rust-21894801c66709f6b16d16a8598f9c99fd4c998c.tar.gz rust-21894801c66709f6b16d16a8598f9c99fd4c998c.zip | |
rustdoc: add test case for huge logo
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 a2dac2aa681..3c4db978d5f 100644 --- a/src/test/rustdoc-gui/source-code-page.goml +++ b/src/test/rustdoc-gui/source-code-page.goml @@ -78,7 +78,7 @@ assert: ".source-sidebar-expanded" // We check that the first entry of the sidebar is collapsed assert-property: ("#source-sidebar details:first-of-type", {"open": "false"}) -assert-text: ("#source-sidebar details:first-of-type > summary", "implementors") +assert-text: ("#source-sidebar details:first-of-type > summary", "huge_logo") // We now click on it. click: "#source-sidebar details:first-of-type > summary" assert-property: ("#source-sidebar details:first-of-type", {"open": "true"}) |
