mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-27 12:48:20 +00:00
6 lines
267 B
Plaintext
6 lines
267 B
Plaintext
// Checks that the "keyword" results have the expected text alongside them.
|
|
include: "utils.goml"
|
|
go-to: "file://" + |DOC_PATH| + "/test_docs/index.html"
|
|
call-function: ("perform-search", {"query": "for"})
|
|
assert-text: (".result-keyword .result-name", "keyword for")
|