diff --git a/__mocks__/forms/ohri-forms/labour_and_delivery_test_form.json b/__mocks__/forms/ohri-forms/labour_and_delivery_test_form.json index 387d48a71..099deec39 100644 --- a/__mocks__/forms/ohri-forms/labour_and_delivery_test_form.json +++ b/__mocks__/forms/ohri-forms/labour_and_delivery_test_form.json @@ -367,10 +367,6 @@ "uuid": "1e5614d6-5306-11e6-beb8-9e71128cae77", "referencedForms": [], "encounterType": "6dc5308d-27c9-4d49-b16f-2c5e3c759757", - "postSubmissionActions": [ - "MotherToChildLinkageSubmissionAction", - "ArtSubmissionAction" - ], "allowUnspecifiedAll": true, "formOptions": { "usePreviousValueDisabled": "true" diff --git a/src/ohri-form.component.test.tsx b/src/ohri-form.component.test.tsx index 36e072b17..ba6476b62 100644 --- a/src/ohri-form.component.test.tsx +++ b/src/ohri-form.component.test.tsx @@ -163,7 +163,7 @@ describe('OHRI Forms:', () => { // Form submission describe('Question Info', () => { - fit('Should ascertain that each field with questionInfo passed will display a tooltip', async () => { + it('Should ascertain that each field with questionInfo passed will display a tooltip', async () => { //render the test form await act(async () => renderForm(null, sample_fields_form)); @@ -332,7 +332,7 @@ describe('OHRI Forms:', () => { }); describe('obs group count validation', () => { - fit('should show error toast when the obs group count does not match the number count specified', async () => { + it('should show error toast when the obs group count does not match the number count specified', async () => { await act(async () => renderForm(null, labour_and_delivery_test_form)); //Number of babies born from this pregnancy