Rollup merge of #152050 - GuillaumeGomez:try-fixing-flakyness, r=GuillaumeGomez

Try to fix `rustdoc-gui/globals.goml` flakyness

Part of rust-lang/rust#93784.

Hopefully this one fixes it...

r? ghost
This commit is contained in:
Jonathan Brouwer 2026-02-03 18:54:52 +01:00 committed by GitHub
commit f0e23874b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ include: "utils.goml"
// URL query
go-to: "file://" + |DOC_PATH| + "/test_docs/index.html?search=sa"
wait-for: "#search-tabs"
assert-window-property-false: {"searchIndex": null}
wait-for-window-property-false: {"searchIndex": null}
// Form input
go-to: "file://" + |DOC_PATH| + "/test_docs/index.html"