mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
us → u.s.
This commit is contained in:
@@ -24,12 +24,12 @@ def test_non_logged_in_user_can_see_homepage(
|
||||
)
|
||||
|
||||
assert page.select_one('meta[name=description]')['content'].strip() == (
|
||||
'US Notify lets you send text messages and email '
|
||||
'U.S. Notify lets you send text messages and email '
|
||||
'to your users. Try it now if you work in federal, state or local government.'
|
||||
)
|
||||
|
||||
assert normalize_spaces(page.select_one('#whos-using-notify').text) == (
|
||||
'Who’s using US Notify '
|
||||
'Who’s using U.S. Notify '
|
||||
'There are 111 organizations and 9,999 services using Notify. '
|
||||
'See the list of services and organizations.'
|
||||
)
|
||||
@@ -220,7 +220,7 @@ def test_old_integration_testing_page(
|
||||
def test_terms_page_has_correct_content(client_request):
|
||||
terms_page = client_request.get('main.terms')
|
||||
assert normalize_spaces(terms_page.select('main p')[0].text) == (
|
||||
'These terms apply to your service’s use of US Notify. '
|
||||
'These terms apply to your service’s use of U.S. Notify. '
|
||||
'You must be the service manager to accept them.'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user