forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
353aff4
commit bdbaeae
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
// Checks that the "keyword" results have the expected text alongside them. | ||
go-to: "file://" + |DOC_PATH| + "/test_docs/index.html" | ||
write-into: (".search-input", "auto") | ||
write-into: (".search-input", "for") | ||
// To be SURE that the search will be run. | ||
press-key: 'Enter' | ||
// Waiting for the search results to appear... | ||
wait-for: "#search-tabs" | ||
assert-text: (".result-keyword .result-name", "keyword auto") | ||
assert-text: (".result-keyword .result-name", "keyword for") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters