Skip to content

Commit 2548a85

Browse files
authored
Merge pull request #3 from benjMic/patch-1
Add testID on ripple
2 parents 30ded44 + 0a8c5c6 commit 2548a85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

VirtualKeyboard.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ class VirtualKeyboard extends Component {
194194
if (!disabled) {
195195
return (
196196
<Ripple
197+
testID={`VirtualKeyboard-${entity}`}
197198
rippleColor={"#000"}
198199
key={column}
199200
onPressIn={() => {
@@ -386,4 +387,4 @@ const styles = StyleSheet.create({
386387
}
387388
});
388389

389-
export default VirtualKeyboard;
390+
export default VirtualKeyboard;

0 commit comments

Comments
 (0)