We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d765b73 commit 5601044Copy full SHA for 5601044
src/test/rustdoc-gui/search-filter.goml
@@ -45,3 +45,6 @@ goto: file://|DOC_PATH|/test_docs/index.html?search=test&filter-crate=lib2
45
wait-for: "#crate-search"
46
assert-property: ("#crate-search", {"value": "lib2"})
47
assert-false: "#results .externcrate"
48
+
49
+// Checking that the text for the "title" is correct (the "All" comes from the "<select>").
50
+assert-text: ("#search-settings", "Results for test in All", STARTS_WITH)
0 commit comments