]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc-gui/toggle-docs-mobile.goml
Rollup merge of #95373 - RalfJung:invalid_value, r=davidtwco
[rust.git] / src / test / rustdoc-gui / toggle-docs-mobile.goml
index b502692300113120be7d128b5f04b066a5688c8d..ee6bc3cf7675c3d1dbf4428db04f2c2a9ce73328 100644 (file)
@@ -14,7 +14,7 @@ assert-attribute: (".top-doc", {"open": ""})
 // Assert the position of the toggle on the top doc block.
 assert-position: (".top-doc summary::before", {"x": 4})
 // Assert the position of the toggle on the impl block.
-assert-position: ("#implementations + details > summary::before", {"x": 4})
+assert-position: ("#implementations-list > details > summary::before", {"x": 4})
 // Assert the position of the toggle on a method.
 assert-position: (
     "#trait-implementations-list .impl-items .method-toggle > summary::before",