summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-gui/search-result-keyword.goml
blob: 1b2be6d4e3e222023334a5436a2b895feb9b99ee (plain)
1
2
3
4
5
6
7
8
// Checks that the "keyword" results have the expected text alongside them.
go-to: "file://" + |DOC_PATH| + "/test_docs/index.html"
write: (".search-input", "CookieMonster")
// To be SURE that the search will be run.
press-key: 'Enter'
// Waiting for the search results to appear...
wait-for: "#search-tabs"
assert-text: (".result-keyword .result-name", "keyword CookieMonster")