about summary refs log tree commit diff
path: root/tests/rustdoc-gui/enum-variants.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/enum-variants.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/enum-variants.goml')
-rw-r--r--tests/rustdoc-gui/enum-variants.goml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc-gui/enum-variants.goml b/tests/rustdoc-gui/enum-variants.goml
index 8dfc49285f2..a1f60986ac3 100644
--- a/tests/rustdoc-gui/enum-variants.goml
+++ b/tests/rustdoc-gui/enum-variants.goml
@@ -1,5 +1,5 @@
 // Verifies that there is non-zero margin on variants and their docblocks.
-goto: "file://" + |DOC_PATH| + "/test_docs/enum.WhoLetTheDogOut.html"
+go-to: "file://" + |DOC_PATH| + "/test_docs/enum.WhoLetTheDogOut.html"
 
 assert-css: (".variants > .variant", {"margin": "0px 0px 12px"})
 assert-css: (".variants > .docblock", {"margin": "0px 0px 32px 24px"})