Skip to content

Commit d1a76a9

Browse files
Update rustdoc-gui test
1 parent 64417c5 commit d1a76a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rustdoc-gui/search-tab-change-title-fn-sig.goml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ assert-text: ("#search-tabs > button:nth-of-type(1)", "In Function Return Types"
5555

5656
// Try with a search-by-parameter
5757
go-to: "file://" + |DOC_PATH| + "/test_docs/index.html"
58-
write: (".search-input", "usize pattern")
58+
write: (".search-input", "usize,pattern")
5959
// To be SURE that the search will be run.
6060
press-key: 'Enter'
6161
// Waiting for the search results to appear...

0 commit comments

Comments
 (0)