blob: 745ef31e6cbe950559d965ae49a94386e1c078b9 (
plain)
1
2
3
4
5
|
// This test is to ensure that the codeblocks are correctly rendered in the search results.
go-to: "file://" + |DOC_PATH| + "/test_docs/index.html?search=some_more_function"
// Waiting for the search results to appear...
wait-for: "#search-tabs"
assert-text: (".search-results .desc code", "format!")
|