mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-22 17:08:44 -04:00
enums part 2
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user