]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-gui/basic-code.goml
Rollup merge of #107740 - oli-obk:lock_tcx, r=petrochenkov
[rust.git] / tests / rustdoc-gui / basic-code.goml
1 // Small test to ensure the "src-line-numbers" element is only present once on
2 // the page.
3 goto: "file://" + |DOC_PATH| + "/test_docs/index.html"
4 click: ".srclink"
5 wait-for: ".src-line-numbers"
6 assert-count: (".src-line-numbers", 1)