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 @@ -1330,11 +1330,11 @@ export const ConfirmationModalInput = `${ConfirmationModal} input`;
13301330
13311331export const confirmationModalConfirmButton = (
13321332 modalSelector = ConfirmationModal
1333- ) => `${ modalSelector } [role=dialog] [ data-testid*="confirm_button"]` ;
1333+ ) => `${ modalSelector } [data-testid*="confirm_button"]` ;
13341334
13351335export const confirmationModalCancelButton = (
13361336 modalSelector = ConfirmationModal
1337- ) => `${ modalSelector } [role=dialog] [ data-testid*="cancel_button"]` ;
1337+ ) => `${ modalSelector } [data-testid*="cancel_button"]` ;
13381338
13391339// New pipeline from text modal
13401340export const NewPipelineFromTextModal = '[data-testid="import-pipeline-modal"]' ;
You can’t perform that action at this time.
0 commit comments