rust/tests/rustdoc-gui/search-result-description.goml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
301 B
Plaintext
Raw Normal View History

// 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"
2021-06-19 18:56:55 +08:00
assert-text: (".search-results .desc code", "format!")