Skip to content

Commit

Permalink
Update flow framework dashboards test spec
Browse files Browse the repository at this point in the history
Signed-off-by: saimedhi <[email protected]>
  • Loading branch information
saimedhi committed Oct 22, 2024
1 parent 66bcdb0 commit 98f2452
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 98f2452

Please sign in to comment.