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:
commit
f0e23874b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue