Reword request to go live message

We want to stop people writing support tickets that say something like
“I’ve just submitted a request to go live, how long does the process
take?”
This commit is contained in:
Chris Hill-Scott
2018-04-12 13:05:04 +01:00
parent a322e994e0
commit e3998e7db3
2 changed files with 2 additions and 2 deletions

View File

@@ -595,7 +595,7 @@ def test_should_redirect_after_request_to_go_live(
assert 'Features: one off, file upload and API' in returned_message
assert normalize_spaces(page.select_one('.banner-default').text) == (
'Weve received your request to go live'
'Thanks for your request to go live. Well get back to you within one working day.'
)
assert normalize_spaces(page.select_one('h1').text) == (
'Settings'