summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-gui/duplicate-macro-reexport.goml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc-gui/duplicate-macro-reexport.goml')
-rw-r--r--tests/rustdoc-gui/duplicate-macro-reexport.goml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc-gui/duplicate-macro-reexport.goml b/tests/rustdoc-gui/duplicate-macro-reexport.goml
index 496203c12..7d01c88f3 100644
--- a/tests/rustdoc-gui/duplicate-macro-reexport.goml
+++ b/tests/rustdoc-gui/duplicate-macro-reexport.goml
@@ -1,5 +1,5 @@
// This test ensures that there is no macro duplicates in the sidebar.
-goto: "file://" + |DOC_PATH| + "/test_docs/macro.a.html"
+go-to: "file://" + |DOC_PATH| + "/test_docs/macro.a.html"
// Waiting for the elements in the sidebar to be rendered.
wait-for: ".sidebar-elems .macro"
// Check there is only one macro named "a" listed in the sidebar.