mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
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:
@@ -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) == (
|
||||
'We’ve received your request to go live'
|
||||
'Thanks for your request to go live. We’ll get back to you within one working day.'
|
||||
)
|
||||
assert normalize_spaces(page.select_one('h1').text) == (
|
||||
'Settings'
|
||||
|
||||
Reference in New Issue
Block a user