File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ assert-text: (
75
75
// Now, generic correction plus error
76
76
go-to: "file://" + |DOC_PATH| + "/test_docs/index.html"
77
77
// Intentionally wrong spelling of "NotableStructWithLongName"
78
- write: (".search-input", "NotableStructWithLongNamr<x >,y")
78
+ write: (".search-input", "Foo<NotableStructWithLongNamr >,y")
79
79
// To be SURE that the search will be run.
80
80
press-key: 'Enter'
81
81
// Waiting for the search results to appear...
@@ -89,6 +89,14 @@ assert-text: (
89
89
"Type \"notablestructwithlongnamr\" not found and used as generic parameter. Consider searching for \"notablestructwithlongname\" instead."
90
90
)
91
91
92
+ go-to: "file://" + |DOC_PATH| + "/test_docs/index.html"
93
+ // Intentionally wrong spelling of "NotableStructWithLongName"
94
+ write: (".search-input", "generic:NotableStructWithLongNamr<x>,y")
95
+ // To be SURE that the search will be run.
96
+ press-key: 'Enter'
97
+ // Waiting for the search results to appear...
98
+ wait-for: "#search-tabs"
99
+
92
100
assert-css: (".error", {
93
101
"display": "block"
94
102
})
You can’t perform that action at this time.
0 commit comments