2022-01-21 20:41:47 +01:00
|
|
|
// Checks that the "keyword" results have the expected text alongside them.
|
2024-11-22 12:58:20 -07:00
|
|
|
include: "utils.goml"
|
2023-04-11 19:11:34 +02:00
|
|
|
go-to: "file://" + |DOC_PATH| + "/test_docs/index.html"
|
2024-11-22 12:58:20 -07:00
|
|
|
call-function: ("perform-search", {"query": "for"})
|
2024-12-12 13:57:46 +11:00
|
|
|
assert-text: (".result-keyword .result-name", "keyword for")
|