Skip to content

Commit

Permalink
Merge pull request #6020 from ministryofjustice/AP-4633-remove-the-wo…
Browse files Browse the repository at this point in the history
…rd-status

AP-4633: Remove word status
  • Loading branch information
skdejong authored Nov 21, 2023
2 parents 2cb1821 + c8e03c6 commit 662a702
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config/locales/en/providers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -749,8 +749,8 @@ en:
single_non_specific_item: "Use this page to provide %{item}."
list_text: 'Use this page to upload:'
benefit_evidence: evidence that your client receives %{benefit}
client_employment_evidence: evidence of your client's employment status
partner_employment_evidence: evidence of the partner's employment status
client_employment_evidence: evidence of your client's employment
partner_employment_evidence: evidence of the partner's employment
gateway_evidence: gateway evidence for Section 8 proceedings (optional)
court_application: the application to court for Section 8 proceedings (optional)
court_order: the court order for Section 8 proceedings
Expand Down
2 changes: 1 addition & 1 deletion features/providers/check_single_employment.feature
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Feature: Check single employment

When I click 'Save and continue'
Then I should be on a page showing "Upload supporting evidence"
And I should see "Use this page to provide evidence of your client's employment status."
And I should see "Use this page to provide evidence of your client's employment."

When I upload an evidence file named 'hello_world.pdf'
And I sleep for 2 seconds
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Feature: Check partner employment evidence upload
And I visit "uploaded evidence collection"

Then I should see "Use this page to upload:"
And I should see "evidence of your client's employment status"
And I should see "evidence of the partner's employment status"
And I should see "evidence of your client's employment"
And I should see "evidence of the partner's employment"

When I click "Save and continue"
Then I should see "Upload your client's employment evidence"
Expand All @@ -31,4 +31,4 @@ Feature: Check partner employment evidence upload
And I have completed an application where client and partner are both employed and "partner" has additional information
And I visit "uploaded evidence collection"

Then I should see "Use this page to provide evidence of the partner's employment status"
Then I should see "Use this page to provide evidence of the partner's employment"

0 comments on commit 662a702

Please sign in to comment.