Skip to content

Commit

Permalink
Update flow framework dashboards test spec (#1597)
Browse files Browse the repository at this point in the history
Signed-off-by: saimedhi <saimedhi@amazon.com>
  • Loading branch information
saimedhi authored Oct 22, 2024
1 parent 66bcdb0 commit 9344245
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ describe('Creating Workflows Using Various Methods', () => {
.should('be.visible')
.click();
cy.url().should('include', '/workflows/');
cy.getElementByDataTestId('editSourceDataButton')
cy.getElementByDataTestId('selectDataToImportButton')
.should('be.visible')
.click();
cy.getElementByDataTestId('uploadSourceDataButton')
Expand Down

0 comments on commit 9344245

Please sign in to comment.