From 3108b60149883d0903af0aa4727703483827d1c1 Mon Sep 17 00:00:00 2001 From: Flaminia Cavallo Date: Mon, 16 Dec 2024 16:01:22 +0100 Subject: [PATCH] feat: add tests specs --- src/pages/organisationUnits/New.spec.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/organisationUnits/New.spec.tsx b/src/pages/organisationUnits/New.spec.tsx index 08135911..3a780888 100644 --- a/src/pages/organisationUnits/New.spec.tsx +++ b/src/pages/organisationUnits/New.spec.tsx @@ -28,4 +28,6 @@ describe('Indicator type add form additional tests', () => { it('should show an error if latitude is above 180', () => {}) it('should show an error if latitude is below -180', () => {}) it('should show an error if email is not valid', () => {}) + it('should show an error if parent org unit is not selected', () => {}) + it('should allow creation of the first org unit', () => {}) })