We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5c6d84 + a4a9fff commit 47c22feCopy full SHA for 47c22fe
src/test/rustdoc-gui/search-result-display.goml
@@ -2,8 +2,7 @@
2
goto: file://|DOC_PATH|/test_docs/index.html
3
size: (900, 1000)
4
write: (".search-input", "test")
5
-// Waiting for the search results to appear...
6
-wait-for: "#titles"
+wait-for: "#search-settings"
7
// The width is returned by "getComputedStyle" which returns the exact number instead of the
8
// CSS rule which is "50%"...
9
assert-css: (".search-results div.desc", {"width": "295px"})
0 commit comments