mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Make ‘you must set organisation’ text shorter
So it fits in the column.
This commit is contained in:
@@ -158,7 +158,7 @@ def test_no_go_live_link_for_service_without_organisation(
|
||||
|
||||
assert page.find('h1').text == 'Settings'
|
||||
assert normalize_spaces(page.select('tr')[16].text) == (
|
||||
'Live No (you need to assign this service to an organisation before you can make it live)'
|
||||
'Live No (organisation must be set first)'
|
||||
)
|
||||
assert normalize_spaces(page.select('tr')[18].text) == (
|
||||
'Organisation Not set Change'
|
||||
|
||||
Reference in New Issue
Block a user