Skip to content

Commit

Permalink
Fix duplicate testID in Chip
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanshar committed Apr 29, 2021
1 parent d74abe5 commit 3ccfba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/chip/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ const Chip = ({
tintColor={dismissColor}
style={[dismissIconStyle]}
accessibilityLabel="dismiss"
testID={`${testID}.dismiss`}
testID={`${testID}.dismissIcon`}
/>
</TouchableOpacity>
);
Expand Down

0 comments on commit 3ccfba9

Please sign in to comment.