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 b1ad12b4e..62f25aee3 100644 --- a/cypress/integration/plugins/dashboards-flow-framework/create_workflow_spec.js +++ b/cypress/integration/plugins/dashboards-flow-framework/create_workflow_spec.js @@ -35,6 +35,7 @@ describe('Creating Workflows Using Various Methods', () => { beforeEach(() => { CURRENT_TENANT.newTenant = 'global'; + cy.fleshTenantSettings(); cy.wait(15000); cy.visit(FF_URL.WORKFLOWS, { timeout: FF_TIMEOUT }); });