Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit bd23ee2

Browse files
gui test different link
1 parent 31ae60d commit bd23ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rustdoc-gui/collapse-trait-impl.goml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ click: "summary:has(#trait-impl-link-in-summary) > .impl"
1313
assert-window-property: ({"pageYOffset": "0"})
1414

1515
// But links should still work
16-
click: "#trait-impl-link-in-summary"
16+
click: "summary:has(#trait-impl-link-in-summary) a:has(#trait-impl-link-in-summary)"
1717
assert-window-property-false: ({"pageYOffset": "0"})
1818

1919
// As well as clicks on elements within links

0 commit comments

Comments
 (0)