Merge pull request #1955 from alphagov/remove-mou-question

Clean up request to go live page
This commit is contained in:
Chris Hill-Scott
2018-03-15 10:25:24 +00:00
committed by GitHub
4 changed files with 5 additions and 27 deletions

View File

@@ -532,7 +532,7 @@ def test_should_show_request_to_go_live(
page = client_request.get(
'main.submit_request_to_go_live', service_id=SERVICE_ONE_ID
)
assert page.h1.text == 'Request to go live'
assert page.h1.text == 'How do you plan to use Notify?'
for channel, label in (
('email', 'Emails'),
('sms', 'Text messages'),
@@ -566,7 +566,6 @@ def test_should_redirect_after_request_to_go_live(
'main.submit_request_to_go_live',
service_id=SERVICE_ONE_ID,
_data={
'mou': 'yes',
'channel_email': 'y',
'channel_sms': 'y',
'start_date': '01/01/2017',