File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
// This test is to ensure that the anchors (`§`) have the expected color.
2
2
goto: file://|DOC_PATH|/test_docs/struct.HeavilyDocumentedStruct.html
3
+ show-text: true
3
4
4
5
// This is needed to ensure that the text color is computed.
5
6
show-text: true
Original file line number Diff line number Diff line change 1
1
goto: file://|DOC_PATH|/test_docs/index.html
2
+ show-text: true
2
3
write: (".search-input", "test")
3
4
// Waiting for the search results to appear...
4
5
wait-for: "#titles"
5
6
assert-text: ("#results .externcrate", "test_docs")
6
- text: (".search-input", "")
7
+
8
+ goto: file://|DOC_PATH|/test_docs/index.html
7
9
// We now want to change the crate filter.
8
10
click: "#crate-search"
9
11
// We select "lib2" option then press enter to change the filter.
You can’t perform that action at this time.
0 commit comments