Try to fix rustdoc-gui/globals.goml flakyness
This commit is contained in:
parent
57d2fb1366
commit
4e4192aa48
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