Skip to content

Commit

Permalink
wait for search results
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Jun 19, 2024
1 parent ab4606d commit a7add6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions acceptance/cypress/tests/search.monolingual.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,12 @@ describe('Searchkit block tests – search', () => {

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

cy.visit('/suche');
cy.wait('@kitsearch');
cy.wait('@content');
});

after(() => {
Expand Down

0 comments on commit a7add6c

Please sign in to comment.