mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04:00
Merge pull request #2740 from alphagov/change-not-edit-postage
Say ‘Change’ not ‘Edit’ postage
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
{% from "components/form.html" import form_wrapper %}
|
||||
|
||||
{% block service_page_title %}
|
||||
Edit postage
|
||||
Change postage
|
||||
{% endblock %}
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<h1 class="heading-large">
|
||||
Edit postage
|
||||
Change postage
|
||||
</h1>
|
||||
{% call form_wrapper() %}
|
||||
<div class="grid-row">
|
||||
|
||||
@@ -493,7 +493,7 @@ def test_edit_letter_template_postage_page_displays_correctly(
|
||||
template_id=fake_uuid,
|
||||
)
|
||||
|
||||
assert page.select_one('h1').text.strip() == 'Edit postage'
|
||||
assert page.select_one('h1').text.strip() == 'Change postage'
|
||||
assert page.select('input[checked]')[0].attrs["value"] == 'second'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user