SCSS refactor, theme cleanup

This commit is contained in:
Alex Janousek
2025-11-05 09:24:31 -05:00
parent 1566c70027
commit 937417480e
33 changed files with 269 additions and 223 deletions

View File

@@ -17,7 +17,7 @@ def test_non_gov_user_cannot_see_add_service_button(
):
client_request.login(api_nongov_user_active)
page = client_request.get("main.choose_account")
assert "Add a new service" not in page.text
assert "Add service" not in page.text
@pytest.mark.parametrize(