mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
Various tweaks
- remove black border from banner - make banners have internal columns - make nav 2/3rd width, 19px text and more spaced out - only show the ‘restricted mode’ banner where it’s needed - rename ‘restricted mode’ to ‘trial mode’
This commit is contained in:
@@ -16,5 +16,4 @@ def test_should_show_recent_jobs_on_dashboard(app_,
|
||||
|
||||
assert response.status_code == 200
|
||||
text = response.get_data(as_text=True)
|
||||
assert 'You haven’t sent any text messages yet' in text
|
||||
assert 'Test Service' in text
|
||||
|
||||
@@ -17,7 +17,7 @@ def test_should_return_verify_template(app_,
|
||||
response = client.get(url_for('main.verify'))
|
||||
assert response.status_code == 200
|
||||
assert (
|
||||
"We've sent you confirmation codes by email and text message."
|
||||
"We’ve sent you confirmation codes by email and text message."
|
||||
" You need to enter both codes here.") in response.get_data(as_text=True)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user