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