summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-gui/basic-code.goml
blob: 971c2f9480ea2fb00a6bb7f235af31d5865bec01 (plain)
1
2
3
4
5
6
// 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)