mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-27 12:48:20 +00:00
7 lines
347 B
Plaintext
7 lines
347 B
Plaintext
// 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"
|
|
wait-for-false: "#search-tabs .count.loading"
|
|
assert-text: (".search-results .desc code", "format!")
|