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:
Chris Hill-Scott
2018-11-22 12:17:11 +00:00
parent b317bd7a0b
commit 741a8856fa
3 changed files with 4 additions and 4 deletions

View File

@@ -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(