@@ -66,6 +66,11 @@ reload:
66
66
67
67
// Waiting for the search results to appear...
68
68
wait-for: "#titles"
69
+ assert-css: (
70
+ "#titles > button > div.count",
71
+ {"color": "rgb(136, 136, 136)"},
72
+ ALL,
73
+ )
69
74
assert-css: (
70
75
"//*[@class='desc'][text()='Just a normal struct.']",
71
76
{"color": "rgb(197, 197, 197)"},
@@ -178,6 +183,11 @@ reload:
178
183
179
184
// Waiting for the search results to appear...
180
185
wait-for: "#titles"
186
+ assert-css: (
187
+ "#titles > button > div.count",
188
+ {"color": "rgb(136, 136, 136)"},
189
+ ALL,
190
+ )
181
191
assert-css: (
182
192
"//*[@class='desc'][text()='Just a normal struct.']",
183
193
{"color": "rgb(221, 221, 221)"},
@@ -275,6 +285,11 @@ reload:
275
285
276
286
// Waiting for the search results to appear...
277
287
wait-for: "#titles"
288
+ assert-css: (
289
+ "#titles > button > div.count",
290
+ {"color": "rgb(136, 136, 136)"},
291
+ ALL,
292
+ )
278
293
assert-css: (
279
294
"//*[@class='desc'][text()='Just a normal struct.']",
280
295
{"color": "rgb(0, 0, 0)"},
0 commit comments