diff --git a/cypress/utils/dashboards/vis-augmenter/commands.js b/cypress/utils/dashboards/vis-augmenter/commands.js index 28d3b57e0..a476fdfc3 100644 --- a/cypress/utils/dashboards/vis-augmenter/commands.js +++ b/cypress/utils/dashboards/vis-augmenter/commands.js @@ -35,6 +35,7 @@ Cypress.Commands.add('visitDashboard', (dashboardName) => { cy.intercept('/api/saved_objects/_find*').as('loadDashboards'); cy.visit(`${BASE_PATH}/app/dashboards`); cy.wait('@loadDashboards', { timeout: 300000 }); + cy.wait(2000); cy.get('.euiFieldSearch').type(dashboardName); cy.wait(2000); cy.get('[data-test-subj="itemsInMemTable"]').contains(dashboardName).click({