Skip to content

Commit

Permalink
fix test with missing intercept
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Oct 29, 2024
1 parent 225a37a commit c821dbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/tests/multilingual/multilingual.search.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ describe('Searchkit block tests – search -multilingual - fuzzy etc', () => {

beforeEach(() => {
cy.intercept('POST', '/**/@kitsearch').as('kitsearch');
cy.intercept('GET', `/**/*?expand*`).as('content');

cy.autologin();

Expand Down

0 comments on commit c821dbe

Please sign in to comment.