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