diff options
| author | Jacob Hoffman-Andrews <github@hoffman-andrews.com> | 2021-11-24 00:58:07 -0800 |
|---|---|---|
| committer | Jacob Hoffman-Andrews <github@hoffman-andrews.com> | 2021-11-24 00:58:07 -0800 |
| commit | 420be4a28273c750df2a44b67bd53c9926fa2190 (patch) | |
| tree | de76823956887abdc9b001a7d3785ef3160f9d6d /src/test | |
| parent | 7f35556a256241579f6f1b0905fd671bc1182af1 (diff) | |
| download | rust-420be4a28273c750df2a44b67bd53c9926fa2190.tar.gz rust-420be4a28273c750df2a44b67bd53c9926fa2190.zip | |
Fix toggle-click-deadspace rustdoc-gui test
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/rustdoc-gui/toggle-click-deadspace.goml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc-gui/toggle-click-deadspace.goml b/src/test/rustdoc-gui/toggle-click-deadspace.goml index 4d08927a7be..6fcee65809d 100644 --- a/src/test/rustdoc-gui/toggle-click-deadspace.goml +++ b/src/test/rustdoc-gui/toggle-click-deadspace.goml @@ -1,6 +1,6 @@ // This test ensures that clicking on a method summary, but not on the "[-]", // doesn't toggle the <details>. -goto: file://|DOC_PATH|/test_docs/struct.Foo.html +goto: file://|DOC_PATH|/lib2/struct.Foo.html assert-attribute: (".impl-items .rustdoc-toggle", {"open": ""}) click: "h4.code-header" // This is the position of "pub" in "pub fn a_method" assert-attribute: (".impl-items .rustdoc-toggle", {"open": ""}) |
