You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the verification statement is required no matter what, but that logic will need to be amended to be the real one
Followup to #445
Acceptance Criteria
Given I am an industrial reporter
And my reporting circumstances require that I submit a verification statement
When I am on the Attachments page
Then I can't submit the page until I have uploaded a file in the verification statement form.
Given I am an industrial reporter
And my reporting circumstances DOES NOT require that I submit a verification statement
When I am on the Attachments page
Then I can submit the page without an uploaded a file in the verification statement form.
Development Checklist:
In file bciers/apps/reporting/src/app/components/attachments/AttachmentsPage.tsx implement getReportNeedsVerification() using response value for AttachmentForm prop isVerificationStatementMandatory
Update AttachmentPage vitest
Additional context
Add any other context about the task here.
Or here
The text was updated successfully, but these errors were encountered:
Describe the task
Right now the verification statement is required no matter what, but that logic will need to be amended to be the real one
Followup to #445
Acceptance Criteria
Given I am an industrial reporter
And my reporting circumstances require that I submit a verification statement
When I am on the Attachments page
Then I can't submit the page until I have uploaded a file in the verification statement form.
Given I am an industrial reporter
And my reporting circumstances DOES NOT require that I submit a verification statement
When I am on the Attachments page
Then I can submit the page without an uploaded a file in the verification statement form.
Development Checklist:
bciers/apps/reporting/src/app/components/attachments/AttachmentsPage.tsx
implementgetReportNeedsVerification()
using response value forAttachmentForm
propisVerificationStatementMandatory
AttachmentPage
vitestAdditional context
The text was updated successfully, but these errors were encountered: