diff --git a/superset-frontend/cypress-base/cypress/integration/dashboard/tabs.test.js b/superset-frontend/cypress-base/cypress/integration/dashboard/tabs.test.js index 8e94601496929..d45285cd67751 100644 --- a/superset-frontend/cypress-base/cypress/integration/dashboard/tabs.test.js +++ b/superset-frontend/cypress-base/cypress/integration/dashboard/tabs.test.js @@ -136,7 +136,7 @@ describe('Dashboard tabs', () => { cy.get('.Select__control input[type=text]') .first() .focus() - .type('South Asia{enter}'); + .type('South Asia{enter}', { delay: 200 }); cy.get('.filter_box button:not(:disabled)').contains('Apply').click(); // send new query from same tab