mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-25 18:38:57 -04:00
Merge pull request #2023 from alphagov/more-agreement-go-live-tweaks
More agreement go live tweaks
This commit is contained in:
@@ -226,7 +226,7 @@ def submit_request_to_go_live(service_id):
|
||||
except DeskproError:
|
||||
abort(500, "Request to go live submission failed")
|
||||
|
||||
flash('We’ve received your request to go live', 'default')
|
||||
flash('Thanks for your request to go live. We’ll get back to you within one working day.', 'default')
|
||||
return redirect(url_for('.service_settings', service_id=service_id))
|
||||
|
||||
return render_template('views/service-settings/submit-request-to-go-live.html', form=form)
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
<a href="{{ url_for('main.download_agreement') }}">Download the agreement</a>.
|
||||
</li>
|
||||
<li>
|
||||
Get it signed by someone who has the authority to do so on behalf of {{ owner }}. Typically this is a director of digital or head of finance.
|
||||
Get it signed by someone who has the authority to do so on behalf of {{ owner }}.
|
||||
</li>
|
||||
<li>
|
||||
Return the signed copy to <a href="mailto:notify-support@digital.cabinet-office.gov.uk">notify-support@digital.cabinet-office.gov.uk</a>.
|
||||
|
||||
@@ -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