mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 16:38:59 -04:00
Move day and test key messages to <p> instead of left column
We don't want large numbers in Production to start overlapping other columns in the tables when they have less space available, and putting these messages at the top of the page under the h1 means that we don't need an extra column on the page yet.
This commit is contained in:
@@ -88,8 +88,8 @@ def test_should_render_platform_admin_page(
|
||||
|
||||
|
||||
@pytest.mark.parametrize('include_from_test_key, expected_text, unexpected_text, api_args', [
|
||||
(True, 'Including test key', 'Excluding test key', {'detailed': True}),
|
||||
(False, 'Excluding test key', 'Including test key', {'detailed': True, 'include_from_test_key': False})
|
||||
(True, 'Including test keys', 'Excluding test keys', {'detailed': True}),
|
||||
(False, 'Excluding test keys', 'Including test keys', {'detailed': True, 'include_from_test_key': False})
|
||||
])
|
||||
def test_platform_admin_toggle_including_from_test_key(
|
||||
include_from_test_key,
|
||||
|
||||
Reference in New Issue
Block a user