diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-03-08 18:11:29 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-03-08 23:12:11 +0100 |
| commit | fbd9c284d7f018db07da8aa6e03cffdf0ce1786b (patch) | |
| tree | 36723f3674b74f7f4d0326717d84039facc67a4a /src/test/rustdoc-gui/toggle-docs.goml | |
| parent | a5216cf67d93de97091b41ecba85de2e08f39863 (diff) | |
| download | rust-fbd9c284d7f018db07da8aa6e03cffdf0ce1786b.tar.gz rust-fbd9c284d7f018db07da8aa6e03cffdf0ce1786b.zip | |
Update GUI tests for impl blocks path changes
Diffstat (limited to 'src/test/rustdoc-gui/toggle-docs.goml')
| -rw-r--r-- | src/test/rustdoc-gui/toggle-docs.goml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc-gui/toggle-docs.goml b/src/test/rustdoc-gui/toggle-docs.goml index 477105193d3..f98111484f3 100644 --- a/src/test/rustdoc-gui/toggle-docs.goml +++ b/src/test/rustdoc-gui/toggle-docs.goml @@ -24,7 +24,7 @@ wait-for: 50 assert-text: ("#toggle-all-docs", "[+]") // We check that all <details> are collapsed (except for the impl block ones). assert-attribute-false: ("details.rustdoc-toggle:not(.implementors-toggle)", {"open": ""}, ALL) -assert-attribute: ("details.rustdoc-toggle.implementors-toggle", {"open": ""}) +assert-attribute: ("#implementations-list > details.implementors-toggle", {"open": ""}) // We now check that the other impl blocks are collapsed. assert-attribute-false: ( "#blanket-implementations-list > details.rustdoc-toggle.implementors-toggle", |
