Skip to content

Commit 4e4192a

Browse files
Try to fix rustdoc-gui/globals.goml flakyness
1 parent 57d2fb1 commit 4e4192a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/rustdoc-gui/globals.goml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include: "utils.goml"
66
// URL query
77
go-to: "file://" + |DOC_PATH| + "/test_docs/index.html?search=sa"
88
wait-for: "#search-tabs"
9-
assert-window-property-false: {"searchIndex": null}
9+
wait-for-window-property-false: {"searchIndex": null}
1010

1111
// Form input
1212
go-to: "file://" + |DOC_PATH| + "/test_docs/index.html"

0 commit comments

Comments
 (0)