diff --git a/src/screens/OrganizationActionItems/ItemModal.spec.tsx b/src/screens/OrganizationActionItems/ItemModal.spec.tsx index 3916763704..9b20c11df3 100644 --- a/src/screens/OrganizationActionItems/ItemModal.spec.tsx +++ b/src/screens/OrganizationActionItems/ItemModal.spec.tsx @@ -1045,6 +1045,7 @@ describe('Testing ItemModal', () => { }); }); + // for handling form state changes and validations it('handles all form state changes and validations', async () => { renderItemModal(link1, itemProps[1]);