mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
6 lines
301 B
Plaintext
6 lines
301 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"
|
|
assert-text: (".search-results .desc code", "format!")
|