Try to fix rustdoc-gui/globals.goml flakyness

This commit is contained in:
Guillaume Gomez 2026-02-03 16:07:12 +01:00
parent 57d2fb1366
commit 4e4192aa48

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"