Skip to content

Commit

Permalink
test: improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fterra-encora committed Oct 18, 2024
1 parent bb0831d commit 2273b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/cypress/e2e/pages/SearchPage.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe("Search Page", () => {
pathname: "/api/clients/search",
query: {
keyword: "*",
size: "5", // This guarantees we only ask for 5 results in the predictive search
size: "5", // Asserts we only ask for 5 results in the predictive search
},
},
(req) => {
Expand Down

0 comments on commit 2273b8b

Please sign in to comment.