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
@@ -171,7 +171,7 @@ def test_choose_account_should_show_choose_accounts_page_if_no_services(
assert len(links) == 1
add_service_link = links[0]
assert normalize_spaces(page.h1.text) == "Choose service"
assert normalize_spaces(add_service_link.text) == "Add a new service"
assert normalize_spaces(add_service_link.text) == "Add service"
assert not page.select("main h2")
assert add_service_link["href"] == url_for("main.add_service")