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:
Jenny Duckett
2016-12-06 12:38:12 +00:00
parent df265f188d
commit 93405dd56b
2 changed files with 33 additions and 40 deletions

View File

@@ -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,