mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
7 lines
234 B
Plaintext
7 lines
234 B
Plaintext
// Small test to ensure the "src-line-numbers" element is only present once on
|
|
// the page.
|
|
goto: "file://" + |DOC_PATH| + "/test_docs/index.html"
|
|
click: ".srclink"
|
|
wait-for: ".src-line-numbers"
|
|
assert-count: (".src-line-numbers", 1)
|