From 98f2452a6faa74034c40b3d46f9e46e152f17bac Mon Sep 17 00:00:00 2001 From: saimedhi Date: Tue, 22 Oct 2024 15:38:30 -0700 Subject: [PATCH] Update flow framework dashboards test spec Signed-off-by: saimedhi --- .../plugins/dashboards-flow-framework/create_workflow_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e031f3823..6eef9aee8 100644 --- a/cypress/integration/plugins/dashboards-flow-framework/create_workflow_spec.js +++ b/cypress/integration/plugins/dashboards-flow-framework/create_workflow_spec.js @@ -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')