]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc-gui/search-result-display.goml
Rollup merge of #95520 - rust-lang:ptrtypo, r=lcnr
[rust.git] / src / test / rustdoc-gui / search-result-display.goml
index 823ea67b1b0554f0210730f9bf00311cbfca18a1..ff792eced703af065ec75059ba44d1541e62d020 100644 (file)
@@ -2,8 +2,7 @@
 goto: file://|DOC_PATH|/test_docs/index.html
 size: (900, 1000)
 write: (".search-input", "test")
-// Waiting for the search results to appear...
-wait-for: "#titles"
+wait-for: "#search-settings"
 // The width is returned by "getComputedStyle" which returns the exact number instead of the
 // CSS rule which is "50%"...
 assert-css: (".search-results div.desc", {"width": "295px"})