]> git.proxmox.com Git - rustc.git/blobdiff - tests/rustdoc-gui/basic-code.goml
Merge 1.70 into proxmox/bookworm
[rustc.git] / tests / rustdoc-gui / basic-code.goml
index 971c2f9480ea2fb00a6bb7f235af31d5865bec01..e372f7119743494b8ebdc81b71eb69f48509064f 100644 (file)
@@ -1,6 +1,6 @@
 // Small test to ensure the "src-line-numbers" element is only present once on
 // the page.
-goto: "file://" + |DOC_PATH| + "/test_docs/index.html"
+go-to: "file://" + |DOC_PATH| + "/test_docs/index.html"
 click: ".srclink"
 wait-for: ".src-line-numbers"
 assert-count: (".src-line-numbers", 1)