2023-01-14 22:18:56 +01:00
|
|
|
// Small test to ensure the "src-line-numbers" element is only present once on
|
|
|
|
// the page.
|
2022-10-07 20:17:05 +02:00
|
|
|
goto: "file://" + |DOC_PATH| + "/test_docs/index.html"
|
2021-02-21 14:25:12 +01:00
|
|
|
click: ".srclink"
|
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)
|