mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:45:32 -04:00
Correct time formatting
This commit is contained in:
@@ -167,7 +167,7 @@ def test_notification_page_shows_page_for_letter_notification(
|
|||||||
"‘sample template’ was sent by Test User on 1 January at 1:01am"
|
"‘sample template’ was sent by Test User on 1 January at 1:01am"
|
||||||
)
|
)
|
||||||
assert normalize_spaces(page.select('main p:nth-of-type(2)')[0].text) == (
|
assert normalize_spaces(page.select('main p:nth-of-type(2)')[0].text) == (
|
||||||
'Printing starts today at 5.30pm'
|
'Printing starts today at 5:30pm'
|
||||||
)
|
)
|
||||||
assert normalize_spaces(page.select('main p:nth-of-type(3)')[0].text) == (
|
assert normalize_spaces(page.select('main p:nth-of-type(3)')[0].text) == (
|
||||||
'Estimated delivery date: 6 January'
|
'Estimated delivery date: 6 January'
|
||||||
|
|||||||
Reference in New Issue
Block a user