From 78d09c3caaa555c5cea465957c958c8fef710ef5 Mon Sep 17 00:00:00 2001 From: saimedhi Date: Mon, 21 Oct 2024 09:53:41 -0700 Subject: [PATCH] Adding Flow Framework Dashboards integration tests Signed-off-by: saimedhi --- .../plugins/dashboards-flow-framework/create_workflow_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); });