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
@@ -9,7 +9,7 @@ export default function InfoSymptom(props) {
return (
<View style={styles.infoPopUpWrapper}>
<View style={styles.dimmed}></View>
<View style={styles.infoPopUp}>
<View style={styles.infoPopUp} testID="symptomInfoPopup">
<TouchableOpacity onPress={props.close} style={styles.infoSymptomClose}>
<Icon name='close' {...iconStyles.infoPopUpClose}/>
</TouchableOpacity>