diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-02-07 17:50:14 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-02-11 14:29:58 +0100 |
| commit | 673fd23dff47bf72953d1408b1cfbd45f6ef859b (patch) | |
| tree | 80ea0b0cf1251caceb2e5ce91939771be1846b3b /tests/rustdoc-gui/basic-code.goml | |
| parent | 0395fc2242c2b04f3a0a330e2e1f6eeaf5939777 (diff) | |
| download | rust-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.goml | 6 |
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) |
