We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe3b89 commit a4a9fffCopy full SHA for a4a9fff
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