Skip to content

Commit

Permalink
Update button copy
Browse files Browse the repository at this point in the history
Button copy has been changed
  • Loading branch information
rjlynch committed Sep 16, 2024
1 parent 7915866 commit f1b8f73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/admin/tasks/provider_verification.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</p>
<% end %>
<%= govuk_button_to(
"Send provider verification request",
"Resend provider verification",
admin_claim_further_education_payments_provider_verification_emails_path(@claim),
class: "govuk-!-margin-bottom-0"
) %>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
)

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

expect(page).to have_content(
Expand Down

0 comments on commit f1b8f73

Please sign in to comment.