You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test fails because result.report.fields.visited_contact_uuid is empty.
Workaround is to set calculation value to if(${s_reg_how_found} = 'during_home_visit', ../inputs/contact/parent/_id,’’) which works for both test harness and e2e testing. https://github.com/medic/config-muso/pull/160#discussion_r548356070
Investigate and correct whatever is causing the difference?
The text was updated successfully, but these errors were encountered:
Update family_planning_men form for production muso configuration.
For field:
visited_contact_uuid
setrelevant
to${s_reg_how_found} = 'during_home_visit'
andcalculation
to../inputs/contact/parent/_id
.Run this configuration and test scenario:
Execute the following test:
Test fails because
result.report.fields.visited_contact_uuid
is empty.Workaround is to set
calculation
value toif(${s_reg_how_found} = 'during_home_visit', ../inputs/contact/parent/_id,’’)
which works for both test harness and e2e testing.https://github.com/medic/config-muso/pull/160#discussion_r548356070
Investigate and correct whatever is causing the difference?
The text was updated successfully, but these errors were encountered: