2021-06-07 04:19:29 -05:00
|
|
|
// This test is to ensure that the codeblocks are correctly rendered in the search results.
|
2023-04-11 12:11:34 -05:00
|
|
|
go-to: "file://" + |DOC_PATH| + "/test_docs/index.html?search=some_more_function"
|
2021-06-07 04:19:29 -05:00
|
|
|
// Waiting for the search results to appear...
|
2022-12-22 16:52:34 -06:00
|
|
|
wait-for: "#search-tabs"
|
2021-06-19 05:56:55 -05:00
|
|
|
assert-text: (".search-results .desc code", "format!")
|