mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
Remove the word ‘printable’
Don’t think it’s necessary. Makes things consistent with the sent letter page, which only says ‘Download as a PDF’. This inconsistency would be more glaring now these pieces of text appear in the same place, in adjacent steps of a journey.
This commit is contained in:
@@ -2803,7 +2803,7 @@ def test_one_off_letters_have_download_link(
|
||||
template_id=fake_uuid,
|
||||
filetype='pdf',
|
||||
)
|
||||
assert page.select_one('a[download]').text == 'Download as a printable PDF'
|
||||
assert page.select_one('a[download]').text == 'Download as a PDF'
|
||||
|
||||
|
||||
def test_send_one_off_letter_errors_in_trial_mode(
|
||||
@@ -2848,7 +2848,7 @@ def test_send_one_off_letter_errors_in_trial_mode(
|
||||
|
||||
assert not page.select('[type=submit]')
|
||||
assert page.select_one('.page-footer-back-link').text == 'Back'
|
||||
assert page.select_one('a[download]').text == 'Download as a printable PDF'
|
||||
assert page.select_one('a[download]').text == 'Download as a PDF'
|
||||
|
||||
|
||||
def test_check_messages_shows_over_max_row_error(
|
||||
|
||||
Reference in New Issue
Block a user