Skip to content

Commit c4ab5ef

Browse files
Merge remote-tracking branch 'origin/main' into age-group-test
2 parents 9a21992 + 1a0d727 commit c4ab5ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/smart-forms-app/src/data/resources/Questionnaire/Questionnaire-AboriginalTorresStraitIslanderHealthCheckAssembled-0.4.0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3572,7 +3572,7 @@
35723572
"valueExpression": {
35733573
"name": "HealthPrioritiesSummaryAllergiesAdverseReactions",
35743574
"language": "text/fhirpath",
3575-
"expression": "item.where(linkId='d4e4db07-a795-4a30-bd0f-9c109f96a22b').item.where(linkId='3e689aeb-69a1-4a9b-93bd-50377511dd9b').answer.value"
3575+
"expression": "item.where(linkId='allergy').item.where(linkId='3e689aeb-69a1-4a9b-93bd-50377511dd9b').answer.value"
35763576
}
35773577
},
35783578
{

apps/smart-forms-app/src/test/aboriginalFormCalculation.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ describe('Health Priorities, Actions And Follow-Up Summary', () => {
304304
);
305305
});
306306

307-
test.skip('Allergies/adverse reactions is displayed on the Health Priorities Summary tab.', async () => {
307+
test('Allergies/adverse reactions is displayed on the Health Priorities Summary tab.', async () => {
308308
const { container } = render(<AboriginalForm />);
309309
await waitFor(() => expect(container.innerHTML).toContain('Patient Details'));
310310
await inputInteger(container, 'Age', 33);

0 commit comments

Comments
 (0)