Skip to content

Commit

Permalink
[CP-3119] Added data testid to Create Backup Action (#2072)
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszMudita authored Sep 20, 2024
2 parents feb2500 + f73c1ed commit ddc9f13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libs/e2e-test-ids/src/e2e-test-ids.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export enum BackupModalTestIds {
Description = "backup-features-modal-description",
FeatureElementActive = "backup-features-modal-element-active",
FeatureElementInactive = "backup-features-modal-element-inactive",
CreateBackupAction = "backup-features-modal-create-action",
}

export enum ModalTestIds {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export const BackupFeatures: FunctionComponent<Props> = ({
text: intl.formatMessage(messages.createButtonLabel),
action: nextAction,
}}
data-testid={BackupModalTestIds.CreateBackupAction}
/>
</Modal.Buttons>
</>
Expand Down

0 comments on commit ddc9f13

Please sign in to comment.