mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 05:29:38 -04:00
Review usage of secondary/back links
This commit examines all the pages that use the page footer component, and determines whether they should have a back button, a secondary link, both or neither.
This commit is contained in:
@@ -161,7 +161,7 @@ def test_should_show_status_page(app_,
|
||||
|
||||
assert response.status_code == 200
|
||||
resp_data = response.get_data(as_text=True)
|
||||
assert 'Turn off all outgoing notifications' in resp_data
|
||||
assert 'Suspend API keys' in resp_data
|
||||
assert mock_get_service.called
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user