Adds e2e symptom data input tests and necessary testIDs to the existing components
This commit is contained in:
@@ -70,6 +70,7 @@ export default class TemperatureInput extends Component {
|
||||
onChangeText={this.setTemperature}
|
||||
keyboardType='numeric'
|
||||
maxLength={5}
|
||||
testID='temperatureInput'
|
||||
/>
|
||||
<AppText style={{ marginLeft: 5 }}>°C</AppText>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user