about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2022-03-30 14:30:46 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2022-03-30 14:30:46 +0200
commita4a9fff5947df86292a6a5700782aeaaa7a645ca (patch)
treeaf2e0b888c35aa395250918b4509f0ed6390173e
parent3fe3b89cd57229343eeca753fdd8c63d9b03c65c (diff)
Fix last rustdoc-gui spurious test
-rw-r--r--src/test/rustdoc-gui/search-result-display.goml3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/rustdoc-gui/search-result-display.goml b/src/test/rustdoc-gui/search-result-display.goml
index 823ea67b1b0..ff792eced70 100644
--- a/src/test/rustdoc-gui/search-result-display.goml
+++ b/src/test/rustdoc-gui/search-result-display.goml
@@ -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"})