Add GUI test for search result "title"

This commit is contained in:
Guillaume Gomez 2022-05-17 13:28:22 +02:00
parent d765b73a01
commit 5601044903

View File

@ -45,3 +45,6 @@ goto: file://|DOC_PATH|/test_docs/index.html?search=test&filter-crate=lib2
wait-for: "#crate-search"
assert-property: ("#crate-search", {"value": "lib2"})
assert-false: "#results .externcrate"
// Checking that the text for the "title" is correct (the "All" comes from the "<select>").
assert-text: ("#search-settings", "Results for test in All", STARTS_WITH)