Skip to content

Commit

Permalink
Fixed autocomplete route
Browse files Browse the repository at this point in the history
  • Loading branch information
verheyenkoen committed May 17, 2024
1 parent 868c258 commit 7557832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/catalog/autocomplete.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ describe("The autocomplete feature", () => {
describe(`in ${lang} language`, () => {
const doTests = () => {
it("should produce suggestions upon typing", () => {
cy.intercept("GET", "/autocomplete**").as("ac-ajax");
cy.intercept("GET", "/autocomplete/*").as("ac-ajax");

cy.get(".tt-menu").as("menu").should("not.be.visible");

Expand Down

0 comments on commit 7557832

Please sign in to comment.