Add test to ensure the result descripton is correctly handling codeblocks

This commit is contained in:
Guillaume Gomez 2021-06-07 11:19:29 +02:00
parent 4ca7a1119e
commit 314ef592e2

View File

@ -0,0 +1,5 @@
// This test is to ensure that the codeblocks are correctly rendered in the search results.
goto: file://|DOC_PATH|/test_docs/index.html?search=some_more_function
// Waiting for the search results to appear...
wait-for: "#titles"
assert: (".search-results .desc code", "format!")