Skip to content

Commit

Permalink
AP-4583: Add partner_employment_evidence_missing
Browse files Browse the repository at this point in the history
  • Loading branch information
skdejong committed Nov 2, 2023
1 parent ccebcab commit 71fbada
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/locales/en/activemodel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,8 @@ en:
original_file:
benefit_evidence_missing: Upload evidence that your client receives %{benefit}
content_type_invalid: The selected file must be a DOC, DOCX, RTF, ODT, JPG, BMP, PNG, TIF or PDF
employment_evidence_missing: Upload evidence of your client's employment
employment_evidence_missing: Upload your client's employment evidence
partner_employment_evidence_missing: Upload the partner's employment evidence
court_application_or_order_missing: Upload the application to court or the court order for Section 8 proceedings
court_application_missing: Upload the application to court for Section 8 proceedings
court_order_missing: Upload the court order for Section 8 proceedings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Feature: Check partner employment evidence upload
And I should see "evidence of your client's employment status"
And I should see "evidence of the partner's employment status"

When I click "Save and continue"
Then I should see "Upload your client's employment evidence"
Then I should see "Upload the partner's employment evidence"

@javascript @vcr @hmrc_use_dev_mock
Scenario: I am able to upload evidence where only the partner has additional employment information
Given the feature flag for partner_means_assessment is enabled
Expand Down

0 comments on commit 71fbada

Please sign in to comment.