mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 10:03:21 -04:00
Update app/templates/views/service-settings/request-to-go-live.html
Co-Authored-By: quis <me@quis.cc>
This commit is contained in:
committed by
Chris Hill-Scott
parent
436d023722
commit
f997b446ff
@@ -58,7 +58,7 @@
|
|||||||
</p>
|
</p>
|
||||||
{% elif (not current_service.go_live_checklist_completed) or (show_agreement and not agreement_signed) %}
|
{% elif (not current_service.go_live_checklist_completed) or (show_agreement and not agreement_signed) %}
|
||||||
<p>
|
<p>
|
||||||
No go
|
You must complete these steps before you can request to go live.
|
||||||
</p>
|
</p>
|
||||||
{% else %}
|
{% else %}
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
@@ -800,7 +800,7 @@ def test_should_not_show_go_live_button_if_checklist_not_complete(
|
|||||||
assert not page.select('[type=submit]')
|
assert not page.select('[type=submit]')
|
||||||
assert len(page.select('main p')) == 1
|
assert len(page.select('main p')) == 1
|
||||||
assert normalize_spaces(page.select_one('main p').text) == (
|
assert normalize_spaces(page.select_one('main p').text) == (
|
||||||
'No go'
|
'You must complete these steps before you can request to go live.'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user