diff --git a/cypress/integration/plugins/dashboards-flow-framework/create_workflow_spec.js b/cypress/integration/plugins/dashboards-flow-framework/create_workflow_spec.js index 7d05773bd..8d8ec8faa 100644 --- a/cypress/integration/plugins/dashboards-flow-framework/create_workflow_spec.js +++ b/cypress/integration/plugins/dashboards-flow-framework/create_workflow_spec.js @@ -34,7 +34,7 @@ describe('Creating Workflows Using Various Methods', () => { }); beforeEach(() => { - cy.visit(FF_URL.WORKFLOWS_NEW); + cy.visit(FF_URL.WORKFLOWS_LIST, { timeout: 10000 }); cy.url().should('include', getLastPathSegment(FF_URL.WORKFLOWS_NEW)); });