about summary refs log tree commit diff
path: root/src/test/rustdoc-gui/toggle-docs.goml
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2022-03-08 18:11:29 +0100
committerGuillaume Gomez <guillaume.gomez@huawei.com>2022-03-08 23:12:11 +0100
commitfbd9c284d7f018db07da8aa6e03cffdf0ce1786b (patch)
tree36723f3674b74f7f4d0326717d84039facc67a4a /src/test/rustdoc-gui/toggle-docs.goml
parenta5216cf67d93de97091b41ecba85de2e08f39863 (diff)
downloadrust-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.goml2
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",