Revert "Merge pull request #1334 from alphagov/fix-missing-recipient-on-notification-page"

This reverts commit 6f3bcff32f, reversing
changes made to f8a3132d8b.
This commit is contained in:
Chris Hill-Scott
2017-06-23 15:55:06 +01:00
parent 6f3bcff32f
commit c52bfc5b81
2 changed files with 1 additions and 19 deletions

View File

@@ -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'
)