diff --git a/frontend/test/Form/EditableFormHeading.spec.tsx b/frontend/test/Form/EditableFormHeading.spec.tsx index 5b42836bb..bdea24db9 100644 --- a/frontend/test/Form/EditableFormHeading.spec.tsx +++ b/frontend/test/Form/EditableFormHeading.spec.tsx @@ -10,6 +10,7 @@ describe('EditableFormHeading', () => { isEdit={false} heading='Test' isLoading={false} + editAction='editRelease' editButtonText='Edit Form' onEdit={() => undefined} onCancel={() => undefined} @@ -30,6 +31,7 @@ describe('EditableFormHeading', () => { isEdit={true} heading='Test' isLoading={false} + editAction='editRelease' editButtonText='Edit Form' onEdit={() => undefined} onCancel={() => undefined}