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