-
Type:
Sub-task
-
Status: Done
-
Priority:
Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Company:All Clients/Multiple Clients
**When we submit the form in Review and Sign page a modal popup appears with the success message and Ok button.
Ok button click should trigger an event(Callback).
Acceptance criteria
- Callback event needs to be tested for proper format.
Entry Criteria
- After submitting the review and sign form, the popup modal Ok button once click should return the event.
Exit criteria
- ng test should test the response from event triggered on click of OK button
Response:
- {action: "review-sign-ok", status: "success", message: "", data: {…}}