Skip to content

Commit

Permalink
Adding Flow Framework Dashboards integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: saimedhi <saimedhi@amazon.com>
  • Loading branch information
saimedhi committed Oct 22, 2024
1 parent 0bc51c3 commit a291906
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ describe('Creating Workflows Using Various Methods', () => {
var modelId = '';

before(() => {
CURRENT_TENANT.newTenant = 'global';
cy.createConnector(createConnectorBody)
.then((connectorResponse) => {
return cy.registerModel({
Expand All @@ -35,11 +34,11 @@ describe('Creating Workflows Using Various Methods', () => {
});

beforeEach(() => {
CURRENT_TENANT.newTenant = 'global';
cy.visit(FF_URL.WORKFLOWS, { timeout: FF_TIMEOUT });
});

it('create workflow using import', () => {
cy.visit(FF_URL.WORKFLOWS, { timeout: FF_TIMEOUT });
cy.getElementByDataTestId('importWorkflowButton', { timeout: FF_TIMEOUT })
.should('be.visible')
.click();
Expand Down

0 comments on commit a291906

Please sign in to comment.