about summary refs log tree commit diff
path: root/tests/rustdoc-gui/check-code-blocks-margin.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/check-code-blocks-margin.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/check-code-blocks-margin.goml')
-rw-r--r--tests/rustdoc-gui/check-code-blocks-margin.goml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc-gui/check-code-blocks-margin.goml b/tests/rustdoc-gui/check-code-blocks-margin.goml
index c2cec00204d..8c2cbc4d90e 100644
--- a/tests/rustdoc-gui/check-code-blocks-margin.goml
+++ b/tests/rustdoc-gui/check-code-blocks-margin.goml
@@ -1,5 +1,5 @@
 // This test ensures that the docblock elements have the appropriate left margin.
-goto: "file://" + |DOC_PATH| + "/test_docs/fn.foo.html"
+go-to: "file://" + |DOC_PATH| + "/test_docs/fn.foo.html"
 // The top docblock elements shouldn't have left margin...
 assert-css: ("#main-content .item-decl", {"margin-left": "0px"})
 // ... but all the others should!