We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c728f commit e340478Copy full SHA for e340478
src/test/rustdoc-gui/anchors.goml
@@ -1,5 +1,6 @@
1
// This test is to ensure that the anchors (`§`) have the expected color.
2
goto: file://|DOC_PATH|/test_docs/struct.HeavilyDocumentedStruct.html
3
+show-text: true
4
5
// This is needed to ensure that the text color is computed.
6
show-text: true
src/test/rustdoc-gui/search-filter.goml
@@ -1,9 +1,11 @@
goto: file://|DOC_PATH|/test_docs/index.html
write: (".search-input", "test")
// Waiting for the search results to appear...
wait-for: "#titles"
assert-text: ("#results .externcrate", "test_docs")
-text: (".search-input", "")
7
+
8
+goto: file://|DOC_PATH|/test_docs/index.html
9
// We now want to change the crate filter.
10
click: "#crate-search"
11
// We select "lib2" option then press enter to change the filter.
0 commit comments