Update rustdoc-gui test

This commit is contained in:
Guillaume Gomez 2023-06-12 16:45:15 +02:00
parent 64417c52d6
commit d1a76a9f50

View File

@ -55,7 +55,7 @@ assert-text: ("#search-tabs > button:nth-of-type(1)", "In Function Return Types"
// Try with a search-by-parameter
go-to: "file://" + |DOC_PATH| + "/test_docs/index.html"
write: (".search-input", "usize pattern")
write: (".search-input", "usize,pattern")
// To be SURE that the search will be run.
press-key: 'Enter'
// Waiting for the search results to appear...