Starting testing Drawing KanjiPlaygroundList
continuous-integration/drone/push Build is passing Details

master
Arthur VALIN 2 years ago
parent 5b92ecf2fd
commit 0b81616fb4

@ -44,7 +44,7 @@ const KanjiPlaygroundList = () => {
data={searchResult}
renderItem={
({ item }) => (
<TouchableOpacity onPress={() => { dispatch(setSelectedKanji(item)) }} style={kanjiPlaygroundListStyle.entry}>
<TouchableOpacity testID={"kanji-list-item"} onPress={() => { dispatch(setSelectedKanji(item)) }} style={kanjiPlaygroundListStyle.entry}>
<Text style={kanjiPlaygroundListStyle.entryText}>{item.character}</Text>
</TouchableOpacity>
)

Loading…
Cancel
Save