File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/compass-e2e-tests/helpers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1450,9 +1450,9 @@ export const DataModelZoomOutButton = `${DataModelEditor} [aria-label="Minus Ico
14501450export const DataModelZoomInButton = `${ DataModelEditor } [aria-label="Plus Icon"]` ;
14511451export const DataModelPreview = `${ DataModelEditor } [data-testid="model-preview"]` ;
14521452export const DataModelPreviewCollection = ( collectionId : string ) =>
1453- `${ DataModelPreview } [aria-roleDescription="node"][ data-id="${ collectionId } "]` ;
1453+ `${ DataModelPreview } [data-id="${ collectionId } "]` ; // TODO: add once we upgrade reactflow again in diagramming: [aria-roleDescription="node"]
14541454export const DataModelPreviewRelationship = ( relationshipId : string ) =>
1455- `${ DataModelPreview } [aria-roleDescription="edge"][ data-id="${ relationshipId } "]` ;
1455+ `${ DataModelPreview } [data-id="${ relationshipId } "]` ; // TODO: add once we upgrade reactflow again in diagramming: [aria-roleDescription="edge"]
14561456export const DataModelApplyEditor = `${ DataModelEditor } [data-testid="apply-editor"]` ;
14571457export const DataModelEditorApplyButton = `${ DataModelApplyEditor } [data-testid="apply-button"]` ;
14581458export const DataModelUndoButton = 'button[aria-label="Undo"]' ;
You can’t perform that action at this time.
0 commit comments