Renamed methods from govuk

This commit is contained in:
alexjanousekGSA
2025-07-11 11:59:28 -03:00
parent 793e51a3a2
commit 53a3143a8f
5 changed files with 24 additions and 31 deletions

View File

@@ -63,10 +63,7 @@ def test_organization_page_shows_all_organizations(
assert normalize_spaces(archived.text) == "- archived"
assert normalize_spaces(archived.parent.text) == "Test 2 - archived 2 live services"
assert (
normalize_spaces(page.select_one("a.usa-button").text)
== "New organization"
)
assert normalize_spaces(page.select_one("a.usa-button").text) == "New organization"
get_organizations.assert_called_once_with()