Skip to content

Commit

Permalink
The AccessibilityLabel replaces TestID because it is more accurate fo…
Browse files Browse the repository at this point in the history
…r automation.
  • Loading branch information
jormelCoin committed Sep 28, 2023
1 parent 8966026 commit e33c3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/receive/ReceiveScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export const ReceiveScreen = ({
value={address}
imageSource={getIconSource(selectedAsset?.symbol || '')}
logoBackgroundColor={sharedColors.black}
testID={TestID.QRCodeDisplay}
accessibilityLabel={TestID.QRCodeDisplay}
/>
)}
{isAddressLoading && (
Expand Down

0 comments on commit e33c3b0

Please sign in to comment.