File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
compass-data-modeling/src/components
compass-e2e-tests/helpers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ const ExportDiagramModal = ({
8383 < Radio
8484 checked = { exportFormat === 'diagram' }
8585 value = "diagram"
86- aria-label = "Diagram File"
86+ aria-label = "MDM File"
8787 onClick = { ( ) => onSelectFormat ( 'diagram' ) }
8888 size = "small"
8989 description = "Importable into Compass and Data Explorer so teammates can collaborate."
Original file line number Diff line number Diff line change @@ -1460,7 +1460,7 @@ export const DataModelExportButton = 'button[aria-label="Export"]';
14601460export const DataModelExportModal = '[data-testid="export-diagram-modal"]' ;
14611461export const DataModelExportPngOption = `${ DataModelExportModal } input[aria-label="PNG"]` ;
14621462export const DataModelExportJsonOption = `${ DataModelExportModal } input[aria-label="JSON"]` ;
1463- export const DataModelExportDiagramOption = `${ DataModelExportModal } input[aria-label="Diagram File"]` ;
1463+ export const DataModelExportDiagramOption = `${ DataModelExportModal } input[aria-label="MDM File"]` ;
14641464export const DataModelExportModalConfirmButton =
14651465 '[data-testid="export-button"]' ;
14661466export const DataModelsListItem = ( diagramName ?: string ) => {
You can’t perform that action at this time.
0 commit comments