Skip to content

Commit 2dfa48b

Browse files
committed
Auto merge of #151836 - GuillaumeGomez:fix-gui-flakyness, r=<try>
Fix flakyness issue with `tests/rustdoc-gui/globals.goml` test try-job: x86_64-gnu-tools
2 parents ef2657c + 69624f5 commit 2dfa48b

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
@@ -11,7 +11,7 @@ assert-window-property-false: {"searchIndex": null}
1111
// Form input
1212
go-to: "file://" + |DOC_PATH| + "/test_docs/index.html"
1313
call-function: ("perform-search", {"query": "Foo"})
14-
assert-window-property-false: {"searchIndex": null}
14+
wait-for-window-property-false: {"searchIndex": null}
1515

1616
// source sidebar
1717
go-to: "file://" + |DOC_PATH| + "/src/test_docs/lib.rs.html"

0 commit comments

Comments
 (0)