Skip to content

Commit

Permalink
remove testId from button
Browse files Browse the repository at this point in the history
  • Loading branch information
vercia committed Apr 11, 2024
1 parent 8820b3a commit ee5f453
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/screens/SettingsScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,7 @@ export const SettingsScreen = (): JSX.Element => {
<Button.SecondaryColor mt={8} size="lg" onPress={signOut}>
{t('settings_screen.sign_out')}
</Button.SecondaryColor>
<Button
mt={8}
onPress={handleRemoveUserAccount}
testID="saveProfileUpdateButton"
loading={isLoading}
>
<Button mt={8} onPress={handleRemoveUserAccount} loading={isLoading}>
{t('settings_screen.remove_account')}
</Button>
<Spacer y={10} />
Expand Down

0 comments on commit ee5f453

Please sign in to comment.