Skip to content

Commit 3ccfba9

Browse files
committed
Fix duplicate testID in Chip
1 parent d74abe5 commit 3ccfba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/chip/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ const Chip = ({
194194
tintColor={dismissColor}
195195
style={[dismissIconStyle]}
196196
accessibilityLabel="dismiss"
197-
testID={`${testID}.dismiss`}
197+
testID={`${testID}.dismissIcon`}
198198
/>
199199
</TouchableOpacity>
200200
);

0 commit comments

Comments
 (0)