Skip to content

Commit 5a0ae6b

Browse files
committed
rustdoc: wait for line numbers to show up before counting them
Attempt rust-lang#93784
1 parent cde693c commit 5a0ae6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/rustdoc-gui/basic-code.goml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
goto: "file://" + |DOC_PATH| + "/test_docs/index.html"
22
click: ".srclink"
3+
wait-for: ".src-line-numbers"
34
assert-count: (".src-line-numbers", 1)

0 commit comments

Comments
 (0)