mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
Merge pull request #2740 from alphagov/change-not-edit-postage
Say ‘Change’ not ‘Edit’ postage
This commit is contained in:
@@ -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