We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ae60d commit bd23ee2Copy full SHA for bd23ee2
tests/rustdoc-gui/collapse-trait-impl.goml
@@ -13,7 +13,7 @@ click: "summary:has(#trait-impl-link-in-summary) > .impl"
13
assert-window-property: ({"pageYOffset": "0"})
14
15
// But links should still work
16
-click: "#trait-impl-link-in-summary"
+click: "summary:has(#trait-impl-link-in-summary) a:has(#trait-impl-link-in-summary)"
17
assert-window-property-false: ({"pageYOffset": "0"})
18
19
// As well as clicks on elements within links
0 commit comments