Skip to content

Commit

Permalink
add back testID to add wallet button to fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbbb committed Jan 4, 2025
1 parent 90bd1e7 commit e6a8307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/change-wallet/ChangeWalletSheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ export default function ChangeWalletSheet() {
<Box />
)} */}
<Box />
<ButtonPressAnimation onPress={onPressAddAnotherWallet}>
<ButtonPressAnimation onPress={onPressAddAnotherWallet} testID="add-another-wallet-button">
<Box
background="blue"
justifyContent="center"
Expand Down

0 comments on commit e6a8307

Please sign in to comment.