diff --git a/.cypress/integration/panels_test/panels.spec.ts b/.cypress/integration/panels_test/panels.spec.ts index 511d5080ea..6bd6abc67d 100644 --- a/.cypress/integration/panels_test/panels.spec.ts +++ b/.cypress/integration/panels_test/panels.spec.ts @@ -384,7 +384,7 @@ describe('Panels testing with Sample Data', { defaultCommandTimeout: 10000 }, () .trigger('mouseover') .click({ force: true }) .focus() - .type(PPL_FILTER); + .type(PPL_FILTER, { force: true, delay: 500 }); cy.get('button[data-test-subj="superDatePickerApplyTimeButton"]').click({ force: true }); cy.get('.euiButton__text').contains('Refresh').trigger('mouseover').click(); cy.get('.xtick').should('contain', 'Munich Airport');