Skip to content

Commit 473579d

Browse files
testID Added
1 parent 89b5da0 commit 473579d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/dropdown/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ export default class Dropdown extends PureComponent {
629629
];
630630

631631
return (
632-
<DropdownItem index={index} {...props}>
632+
<DropdownItem index={index} {...props} testID={title}>
633633
<Text style={[styles.item, itemTextStyle, textStyle]} numberOfLines={1}>
634634
{title}
635635
</Text>

0 commit comments

Comments
 (0)