mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-21 14:59:47 -04:00
Revert "Merge pull request #1334 from alphagov/fix-missing-recipient-on-notification-page"
This reverts commit6f3bcff32f, reversing changes made tof8a3132d8b.
This commit is contained in:
@@ -43,9 +43,6 @@ def test_notification_status_page_shows_details(
|
||||
notification_id=fake_uuid
|
||||
)
|
||||
|
||||
assert normalize_spaces(page.select('.sms-message-recipient')[0].text) == (
|
||||
'To: 07123456789'
|
||||
)
|
||||
assert normalize_spaces(page.select('.sms-message-wrapper')[0].text) == (
|
||||
'service one: hello Jo'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user