From bc06d344d23ad85e77a260e75f483a3c6f29abb2 Mon Sep 17 00:00:00 2001 From: saimedhi Date: Tue, 22 Oct 2024 00:38:27 -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, 2 insertions(+) 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 62f25aee3..ccc33f0c1 100644 --- a/cypress/integration/plugins/dashboards-flow-framework/create_workflow_spec.js +++ b/cypress/integration/plugins/dashboards-flow-framework/create_workflow_spec.js @@ -41,6 +41,8 @@ describe('Creating Workflows Using Various Methods', () => { }); it('create workflow using import', () => { + CURRENT_TENANT.newTenant = 'global'; + cy.fleshTenantSettings(); cy.getElementByDataTestId('importWorkflowButton', { timeout: FF_TIMEOUT }) .should('be.visible') .click();