Skip to content

Commit

Permalink
fix: update search experience test to reflect typesense server changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tharropoulos committed Oct 17, 2024
1 parent ee9e297 commit 0f6fd6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/searchExperience.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,10 +291,10 @@ describe("Search Experience", () => {

it("renders the grouped results", async () => {
await expect(page).toMatchElement("#brand-list", {
text: "AT&T",
text: "360fly",
});
await expect(page).toMatchElement("#stats", {
text: "250 results found",
text: "263 results found",
});
await expect(page).toMatchElement("#hits .ais-Hits-item:nth-of-type(1) .hit-name", {
text: "AT&T",
Expand Down

0 comments on commit 0f6fd6e

Please sign in to comment.