about summary refs log tree commit diff
path: root/tests/rustdoc-gui/basic-code.goml
diff options
context:
space:
mode:
authorThe Miri Conjob Bot <miri@cron.bot>2023-07-16 06:33:33 +0000
committerThe Miri Conjob Bot <miri@cron.bot>2023-07-16 06:33:33 +0000
commit2e4a1903875f848466844a4d683cabcbceecaeee (patch)
tree23b5d0c5333cffd4b5f67f1bb7a98d5f66e05897 /tests/rustdoc-gui/basic-code.goml
parent648d74a068be79fa6c1349a4740962527af8d448 (diff)
parente87c15c8e4dbe98d72bd1b18b9f5c70cacd44672 (diff)
downloadrust-2e4a1903875f848466844a4d683cabcbceecaeee.tar.gz
rust-2e4a1903875f848466844a4d683cabcbceecaeee.zip
Merge from rustc
Diffstat (limited to 'tests/rustdoc-gui/basic-code.goml')
-rw-r--r--tests/rustdoc-gui/basic-code.goml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc-gui/basic-code.goml b/tests/rustdoc-gui/basic-code.goml
index e372f711974..22ac5316184 100644
--- a/tests/rustdoc-gui/basic-code.goml
+++ b/tests/rustdoc-gui/basic-code.goml
@@ -1,6 +1,6 @@
 // Small test to ensure the "src-line-numbers" element is only present once on
 // the page.
 go-to: "file://" + |DOC_PATH| + "/test_docs/index.html"
-click: ".srclink"
+click: "a.src"
 wait-for: ".src-line-numbers"
 assert-count: (".src-line-numbers", 1)