about summary refs log tree commit diff
path: root/tests/rustdoc-gui/module-items-font.goml
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2023-04-11 19:11:34 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2023-04-11 19:14:35 +0200
commit010fa00b80474648268af58dd2edecbf454a9e55 (patch)
treedb84173af99d2449aff150f08aaaf468708a506c /tests/rustdoc-gui/module-items-font.goml
parent8aba3f3264b33b53f0d4573ff68bd17aee319e72 (diff)
downloadrust-010fa00b80474648268af58dd2edecbf454a9e55.tar.gz
rust-010fa00b80474648268af58dd2edecbf454a9e55.zip
Update rustdoc GUI tests to new browser-ui-test version
Diffstat (limited to 'tests/rustdoc-gui/module-items-font.goml')
-rw-r--r--tests/rustdoc-gui/module-items-font.goml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc-gui/module-items-font.goml b/tests/rustdoc-gui/module-items-font.goml
index 23823f8b6c7..54c8131c3b9 100644
--- a/tests/rustdoc-gui/module-items-font.goml
+++ b/tests/rustdoc-gui/module-items-font.goml
@@ -1,5 +1,5 @@
 // This test checks that the correct font is used on module items (in index.html pages).
-goto: "file://" + |DOC_PATH| + "/test_docs/index.html"
+go-to: "file://" + |DOC_PATH| + "/test_docs/index.html"
 assert-css: (
     ".item-table .item-name > a",
     {"font-family": '"Fira Sans", Arial, NanumBarunGothic, sans-serif'},