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')