Replaces the inheritance with composition pattern in the Symptom view
This commit is contained in:
@@ -105,6 +105,9 @@ describe('Symptom Data Input', () => {
|
||||
case 'temperature':
|
||||
await enterTemperature()
|
||||
expectedSymptomSummary = formExpectedSymptomSummary('temperature')
|
||||
console.log(
|
||||
'This test a bit flaky. console.log apparently helps to fix it.'
|
||||
)
|
||||
break
|
||||
case 'note':
|
||||
await enterNote()
|
||||
|
||||
Reference in New Issue
Block a user