rust/tests/rustdoc-gui/basic-code.goml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
234 B
Plaintext
Raw Normal View History

2023-01-14 21:18:56 +00:00
// Small test to ensure the "src-line-numbers" element is only present once on
// the page.
goto: "file://" + |DOC_PATH| + "/test_docs/index.html"
2021-02-21 13:25:12 +00:00
click: ".srclink"
wait-for: ".src-line-numbers"
assert-count: (".src-line-numbers", 1)