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 007863e commit bc06d34
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit bc06d34

Please sign in to comment.