Skip to content

Commit

Permalink
feat(INJI-337): refactor testID for home screen and settings screen (m…
Browse files Browse the repository at this point in the history
…osip#820)

Signed-off-by: Tilak Puli <[email protected]>
  • Loading branch information
srikanth716 authored and tilak-puli committed Oct 11, 2023
1 parent dbe43bc commit 8628c15
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions screens/Settings/ReceivedCardsModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,17 @@ export const ReceivedCardsModal: React.FC<ReceivedCardsProps> = ({
size={40}
name="sentiment-dissatisfied"
/>
<Text align="center" weight="semibold" margin="0 0 4 0">
<Text
testID="noReceivedVcsTitle"
align="center"
weight="semibold"
margin="0 0 4 0">
{t('noReceivedVcsTitle')}
</Text>
<Text align="center" color={Theme.Colors.textLabel}>
<Text
testID="noReceivedVcsText"
align="center"
color={Theme.Colors.textLabel}>
{t('noReceivedVcsText')}
</Text>
</Centered>
Expand Down

0 comments on commit 8628c15

Please sign in to comment.