Skip to content

Commit a4a9fff

Browse files
Fix last rustdoc-gui spurious test
1 parent 3fe3b89 commit a4a9fff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: 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)