Skip to content

Commit 420be4a

Browse files
committed
Fix toggle-click-deadspace rustdoc-gui test
1 parent 7f35556 commit 420be4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/rustdoc-gui/toggle-click-deadspace.goml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This test ensures that clicking on a method summary, but not on the "[-]",
22
// doesn't toggle the <details>.
3-
goto: file://|DOC_PATH|/test_docs/struct.Foo.html
3+
goto: file://|DOC_PATH|/lib2/struct.Foo.html
44
assert-attribute: (".impl-items .rustdoc-toggle", {"open": ""})
55
click: "h4.code-header" // This is the position of "pub" in "pub fn a_method"
66
assert-attribute: (".impl-items .rustdoc-toggle", {"open": ""})

0 commit comments

Comments
 (0)