Skip to content

Commit

Permalink
Update admin copy
Browse files Browse the repository at this point in the history
Updates the admin copy for the resend verification email to match the
latest changes on figma.
  • Loading branch information
rjlynch committed Sep 5, 2024
1 parent 3b5b507 commit aac7589
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
18 changes: 13 additions & 5 deletions app/views/admin/tasks/provider_verification.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,21 @@
</table>
<% else %>
<p class="govuk-body">
This task has not yet been completed by the provider
This task has not been sent to the provider yet.
</p>

<%= govuk_button_to(
"Resend provider verification email",
admin_claim_further_education_payments_provider_verification_emails_path(@claim)
) %>
<div class="govuk-inset-text">
<p>
You need to check the matching details and confirm if this is a
duplicate claim. If it isn't a duplicate claim, send the verification
request to the provider.
</p>
<%= govuk_button_to(
"Send provider verification request",
admin_claim_further_education_payments_provider_verification_emails_path(@claim),
class: "govuk-!-margin-bottom-0"
) %>
</div>
<% end %>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
click_on "Confirm the provider verification"

expect(page).to have_content(
"This task has not yet been completed by the provider"
"This task has not been sent to the provider yet."
)

perform_enqueued_jobs do
click_on "Resend provider verification email"
click_on "Send provider verification request"
end

provider_email_address = claim.school.eligible_fe_provider.primary_key_contact_email_address
Expand Down

0 comments on commit aac7589

Please sign in to comment.