Skip to content

Commit

Permalink
Add wait after creating content. Give ingest time to ingest
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Jun 18, 2024
1 parent 85aef66 commit 5029ec6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions acceptance/cypress/tests/search.monolingual.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ describe('Searchkit block tests – search', () => {

cy.get('#toolbar-save').click();
cy.wait('@kitsearch');
cy.wait(3000);
});

beforeEach(() => {
Expand Down

0 comments on commit 5029ec6

Please sign in to comment.