Adding more tests

This commit is contained in:
Sofiya Tepikin
2019-07-31 12:56:47 +02:00
parent 48778c1959
commit 917bd8f7c4
6 changed files with 113 additions and 39 deletions
@@ -278,6 +278,7 @@ class SymptomBox extends Component {
<TouchableOpacity
onPress={this.props.onPress}
disabled={this.props.disabled}
testID={this.props.iconName}
>
<View style={[styles.symptomBox, boxActive, disabledStyle]}>
<DripIcon name={this.props.iconName} size={50} color={hasData ? 'white' : 'black'}/>