mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
Tidy up the platform admin pages
This commit does two things: - brings the ‘All organisations’ page back within the platform admin part of the site (because it’s hard to find otherwise) - makes the layouts of all the pages within platform admin a bit closer to the service-specific pages in terms of heading sizes, spacing, etc so that moving between them doesn’t feel so jumpy
This commit is contained in:
@@ -39,7 +39,7 @@ def test_organisation_page_shows_all_organisations(
|
||||
|
||||
assert normalize_spaces(
|
||||
page.select_one('h1').text
|
||||
) == "All organisations"
|
||||
) == "Organisations"
|
||||
|
||||
expected_hints = ('0 live services', '1 live service', '2 live services')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user