@@ -32,6 +32,7 @@ exports[`elements/content-sidebar/TaskModal render should render a default compo
3232 <TaskForm
3333 approverSelectorContacts = { null }
3434 createTask = { [MockFunction ]}
35+ editMode = " CREATE"
3536 getAvatarUrl = { [MockFunction ]}
3637 onCancel = { [MockFunction ]}
3738 onCreateError = { [MockFunction ]}
@@ -73,6 +74,7 @@ exports[`elements/content-sidebar/TaskModal render using type APPROVAL and mode
7374 <TaskForm
7475 approverSelectorContacts = { null }
7576 createTask = { [MockFunction ]}
77+ editMode = " CREATE"
7678 getAvatarUrl = { [MockFunction ]}
7779 onCancel = { [MockFunction ]}
7880 onCreateError = { [MockFunction ]}
@@ -99,7 +101,7 @@ exports[`elements/content-sidebar/TaskModal render using type APPROVAL and mode
99101 title = {
100102 <React.Fragment >
101103 <FormattedMessage
102- defaultMessage = " Edit Approval Task"
104+ defaultMessage = " Modify Approval Task"
103105 id = " be.tasks.editTask.approval.title"
104106 />
105107 <BetaFeedbackBadge
@@ -115,6 +117,7 @@ exports[`elements/content-sidebar/TaskModal render using type APPROVAL and mode
115117 <TaskForm
116118 approverSelectorContacts = { null }
117119 createTask = { [MockFunction ]}
120+ editMode = " EDIT"
118121 getAvatarUrl = { [MockFunction ]}
119122 onCancel = { [MockFunction ]}
120123 onCreateError = { [MockFunction ]}
@@ -157,6 +160,7 @@ exports[`elements/content-sidebar/TaskModal render using type GENERAL and mode C
157160 <TaskForm
158161 approverSelectorContacts = { null }
159162 createTask = { [MockFunction ]}
163+ editMode = " CREATE"
160164 getAvatarUrl = { [MockFunction ]}
161165 onCancel = { [MockFunction ]}
162166 onCreateError = { [MockFunction ]}
@@ -183,7 +187,7 @@ exports[`elements/content-sidebar/TaskModal render using type GENERAL and mode E
183187 title = {
184188 <React.Fragment >
185189 <FormattedMessage
186- defaultMessage = " Edit General Task"
190+ defaultMessage = " Modify General Task"
187191 id = " be.tasks.editTask.general.title"
188192 />
189193 <BetaFeedbackBadge
@@ -199,6 +203,7 @@ exports[`elements/content-sidebar/TaskModal render using type GENERAL and mode E
199203 <TaskForm
200204 approverSelectorContacts = { null }
201205 createTask = { [MockFunction ]}
206+ editMode = " EDIT"
202207 getAvatarUrl = { [MockFunction ]}
203208 onCancel = { [MockFunction ]}
204209 onCreateError = { [MockFunction ]}
0 commit comments