We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f35556 commit 420be4aCopy full SHA for 420be4a
src/test/rustdoc-gui/toggle-click-deadspace.goml
@@ -1,6 +1,6 @@
1
// This test ensures that clicking on a method summary, but not on the "[-]",
2
// doesn't toggle the <details>.
3
-goto: file://|DOC_PATH|/test_docs/struct.Foo.html
+goto: file://|DOC_PATH|/lib2/struct.Foo.html
4
assert-attribute: (".impl-items .rustdoc-toggle", {"open": ""})
5
click: "h4.code-header" // This is the position of "pub" in "pub fn a_method"
6
0 commit comments