about summary refs log tree commit diff
path: root/tests/rustdoc-gui/basic-code.goml
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2025-02-07 17:50:14 +0100
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2025-02-11 14:29:58 +0100
commit673fd23dff47bf72953d1408b1cfbd45f6ef859b (patch)
tree80ea0b0cf1251caceb2e5ce91939771be1846b3b /tests/rustdoc-gui/basic-code.goml
parent0395fc2242c2b04f3a0a330e2e1f6eeaf5939777 (diff)
downloadrust-673fd23dff47bf72953d1408b1cfbd45f6ef859b.tar.gz
rust-673fd23dff47bf72953d1408b1cfbd45f6ef859b.zip
Update rustdoc tests
Diffstat (limited to 'tests/rustdoc-gui/basic-code.goml')
-rw-r--r--tests/rustdoc-gui/basic-code.goml6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/rustdoc-gui/basic-code.goml b/tests/rustdoc-gui/basic-code.goml
deleted file mode 100644
index 22ac5316184..00000000000
--- a/tests/rustdoc-gui/basic-code.goml
+++ /dev/null
@@ -1,6 +0,0 @@
-// 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: "a.src"
-wait-for: ".src-line-numbers"
-assert-count: (".src-line-numbers", 1)