mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Update test for US spelling of organization
This commit is contained in:
@@ -31,8 +31,8 @@ def test_non_logged_in_user_can_see_homepage(
|
|||||||
|
|
||||||
assert normalize_spaces(page.select_one('#whos-using-notify').text) == (
|
assert normalize_spaces(page.select_one('#whos-using-notify').text) == (
|
||||||
'Who’s using US Notify '
|
'Who’s using US Notify '
|
||||||
'There are 111 organisations and 9,999 services using Notify. '
|
'There are 111 organizations and 9,999 services using Notify. '
|
||||||
'See the list of services and organisations.'
|
'See the list of services and organizations.'
|
||||||
)
|
)
|
||||||
assert page.select_one('#whos-using-notify a')['href'] == url_for(
|
assert page.select_one('#whos-using-notify a')['href'] == url_for(
|
||||||
'main.performance'
|
'main.performance'
|
||||||
|
|||||||
Reference in New Issue
Block a user