We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef2657c + 69624f5 commit 2dfa48bCopy full SHA for 2dfa48b
1 file changed
tests/rustdoc-gui/globals.goml
@@ -11,7 +11,7 @@ assert-window-property-false: {"searchIndex": null}
11
// Form input
12
go-to: "file://" + |DOC_PATH| + "/test_docs/index.html"
13
call-function: ("perform-search", {"query": "Foo"})
14
-assert-window-property-false: {"searchIndex": null}
+wait-for-window-property-false: {"searchIndex": null}
15
16
// source sidebar
17
go-to: "file://" + |DOC_PATH| + "/src/test_docs/lib.rs.html"
0 commit comments