diff --git a/cypress/integration/plugins/dashboards-assistant/conversation_history_spec.js b/cypress/integration/plugins/dashboards-assistant/conversation_history_spec.js index 00e53c149..fc9198fcc 100644 --- a/cypress/integration/plugins/dashboards-assistant/conversation_history_spec.js +++ b/cypress/integration/plugins/dashboards-assistant/conversation_history_spec.js @@ -38,7 +38,8 @@ if (Cypress.env('DASHBOARDS_ASSISTANT_ENABLED')) { ); // Open assistant flyout - cy.wait(30000); + // The flyout button will be detached and can't be clicked, add 10s delayed fix it. + cy.wait(10000); cy.get('img[aria-label="toggle chat flyout icon"]').click(); }); after(() => {