2023-01-14 15:18:56 -06:00
|
|
|
// Small test to ensure the "src-line-numbers" element is only present once on
|
|
|
|
// the page.
|
2023-04-11 12:11:34 -05:00
|
|
|
go-to: "file://" + |DOC_PATH| + "/test_docs/index.html"
|
2023-07-14 18:38:01 -05:00
|
|
|
click: "a.src"
|
2022-12-22 18:17:32 -06:00
|
|
|
wait-for: ".src-line-numbers"
|
2022-09-26 12:50:51 -05:00
|
|
|
assert-count: (".src-line-numbers", 1)
|