summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-gui/item-summary-table.goml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc-gui/item-summary-table.goml')
-rw-r--r--tests/rustdoc-gui/item-summary-table.goml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc-gui/item-summary-table.goml b/tests/rustdoc-gui/item-summary-table.goml
index 7a219bd54..893060303 100644
--- a/tests/rustdoc-gui/item-summary-table.goml
+++ b/tests/rustdoc-gui/item-summary-table.goml
@@ -1,5 +1,5 @@
// This test ensures that <table> elements aren't display in items summary.
-goto: "file://" + |DOC_PATH| + "/lib2/summary_table/index.html"
+go-to: "file://" + |DOC_PATH| + "/lib2/summary_table/index.html"
// We check that we picked the right item first.
assert-text: (".item-table .item-name", "Foo")
// Then we check that its summary is empty.