Skip to content

Commit 47c22fe

Browse files
authored
Rollup merge of rust-lang#95470 - GuillaumeGomez:fix-gui-spurious-test, r=notriddle
Fix last rustdoc-gui spurious test This should the last spurious failing GUI test from rust-lang#93784. r? `@notriddle`
2 parents e5c6d84 + a4a9fff commit 47c22fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/rustdoc-gui/search-result-display.goml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
goto: file://|DOC_PATH|/test_docs/index.html
33
size: (900, 1000)
44
write: (".search-input", "test")
5-
// Waiting for the search results to appear...
6-
wait-for: "#titles"
5+
wait-for: "#search-settings"
76
// The width is returned by "getComputedStyle" which returns the exact number instead of the
87
// CSS rule which is "50%"...
98
assert-css: (".search-results div.desc", {"width": "295px"})

0 commit comments

Comments
 (0)