2022-01-21 19:41:47 +00:00
|
|
|
// Checks that the "keyword" results have the expected text alongside them.
|
2023-04-11 17:11:34 +00:00
|
|
|
go-to: "file://" + |DOC_PATH| + "/test_docs/index.html"
|
2021-05-21 20:53:50 +00:00
|
|
|
write: (".search-input", "CookieMonster")
|
2022-07-16 11:53:43 +00:00
|
|
|
// To be SURE that the search will be run.
|
|
|
|
press-key: 'Enter'
|
2021-05-21 20:53:50 +00:00
|
|
|
// Waiting for the search results to appear...
|
2022-12-22 22:52:34 +00:00
|
|
|
wait-for: "#search-tabs"
|
2023-06-03 14:22:19 +00:00
|
|
|
assert-text: (".result-keyword .result-name", "keyword CookieMonster")
|