Merge pull request #3425 from alphagov/tidy-up-platform-admin

Tidy up the platform admin pages
This commit is contained in:
Chris Hill-Scott
2020-04-30 14:42:55 +01:00
committed by GitHub
18 changed files with 68 additions and 95 deletions

View File

@@ -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')