summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-gui/toggled-open-implementations.goml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc-gui/toggled-open-implementations.goml')
-rw-r--r--tests/rustdoc-gui/toggled-open-implementations.goml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc-gui/toggled-open-implementations.goml b/tests/rustdoc-gui/toggled-open-implementations.goml
index 000293b55..238205dd4 100644
--- a/tests/rustdoc-gui/toggled-open-implementations.goml
+++ b/tests/rustdoc-gui/toggled-open-implementations.goml
@@ -1,5 +1,5 @@
// This tests that the "implementations" section on struct/enum pages
// has all the implementations toggled open by default, so users can
// find method names in those implementations with Ctrl-F.
-goto: "file://" + |DOC_PATH| + "/test_docs/struct.Foo.html"
+go-to: "file://" + |DOC_PATH| + "/test_docs/struct.Foo.html"
assert-attribute: (".toggle.implementors-toggle", {"open": ""})