mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
9 lines
379 B
Plaintext
9 lines
379 B
Plaintext
// 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")
|