Skip to content

Commit f337d2d

Browse files
committed
fix(test): change the number of grouped results expected to be displayed
1 parent eb846ca commit f337d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/searchExperience.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ describe("Search Experience", () => {
294294
text: "360fly",
295295
});
296296
await expect(page).toMatchElement("#stats", {
297-
text: "261 results found",
297+
text: "263 results found",
298298
});
299299
await expect(page).toMatchElement("#hits .ais-Hits-item:nth-of-type(1) .hit-name", {
300300
text: "AT&T",

0 commit comments

Comments
 (0)