Add postage to fixtures and test postage display on notification page

This commit is contained in:
Pea Tyczynska
2018-09-24 11:53:40 +01:00
parent 64f356d7b0
commit 47d047a3a8
2 changed files with 7 additions and 0 deletions

View File

@@ -157,6 +157,9 @@ def test_notification_page_shows_page_for_letter_notification(
'sample template sent by Test User on 1 January at 1:01am'
)
assert normalize_spaces(page.select('main p:nth-of-type(2)')[0].text) == (
'Sent by second class'
)
assert normalize_spaces(page.select('main p:nth-of-type(3)')[0].text) == (
'Estimated delivery date: 6 January'
)
assert page.select('p.notification-status') == []