Skip to content

Commit

Permalink
rustdoc: fix race condition in GUI test
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle committed Dec 23, 2022
1 parent d60309b commit 7c6aa7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/rustdoc-gui/basic-code.goml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
goto: "file://" + |DOC_PATH| + "/test_docs/index.html"
click: ".srclink"
wait-for: ".src-line-numbers"
assert-count: (".src-line-numbers", 1)

0 comments on commit 7c6aa7c

Please sign in to comment.