Retitle request to go live submission page

`<h1>`s should be unique across the site. This page’s `<h1>` matches
that of the previous page (the one with the checklist).

This commit re-titles it to:
- be unique
- more accurately describe the content of the page
This commit is contained in:
Chris Hill-Scott
2018-03-13 11:39:40 +00:00
parent 6fd483e395
commit 6462081f71
2 changed files with 3 additions and 3 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'),