Skip to content

Commit 4ee1f49

Browse files
committed
Update wording
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
1 parent 8308657 commit 4ee1f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/integration/plugins/dashboards-flow-framework/create_workflow_spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ describe('Creating Workflows Using Various Methods', () => {
118118
cy.getElementByDataTestId('selectDataToImportButton')
119119
.should('be.visible')
120120
.click();
121-
cy.get(`[data-text="Upload file"]`).should('be.visible').click();
121+
cy.get(`[data-text="Upload a file"]`).should('be.visible').click();
122122
const filePath = `cypress/fixtures/${FF_FIXTURE_BASE_PATH}semantic_search/source_data.json`;
123123
cy.get('input[type=file]').selectFile(filePath);
124124
cy.getElementByDataTestId('updateSourceDataButton')

0 commit comments

Comments
 (0)