Skip to content

Commit

Permalink
feat(mosip-30097): rename testID for wait and cancel button
Browse files Browse the repository at this point in the history
Signed-off-by: Pooja Babusingh <[email protected]>
  • Loading branch information
PoojaBabusingh committed Nov 30, 2023
1 parent 783a121 commit 5b6eb17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions screens/Home/MyVcs/OtpVerificationModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,14 @@ export const OtpVerificationModal: React.FC<
customHeight={250}>
<Column>
<Button
testID="waitButton"
testID="wait"
type="gradient"
title={t('confirmationDialog.wait')}
onPress={controller.WAIT}
margin={[0, 0, 8, 0]}
/>
<Button
testID="cancelButton"
testID="cancel"
type="clear"
title={t('confirmationDialog.cancel')}
onPress={controller.CANCEL}
Expand Down
2 changes: 1 addition & 1 deletion screens/Home/MyVcsTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export const MyVcsTab: React.FC<HomeScreenTabProps> = props => {
customHeight={'auto'}>
<Row>
<Button
testID="okButton"
testID="ok"
type="gradient"
title={t('errors.keystoreNotExists.riskOkayText')}
onPress={controller.ACCEPT_HARDWARE_SUPPORT_NOT_EXISTS}
Expand Down

0 comments on commit 5b6eb17

Please sign in to comment.