Updated and tested all buttons

This commit is contained in:
alexjanousekGSA
2025-07-02 18:14:22 -04:00
parent bee667a5e9
commit 3e2fe8be04
31 changed files with 34 additions and 34 deletions

View File

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