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

@@ -108,7 +108,7 @@ def e2e_created_service(e2e_test_service): # noqa: PT022
page.goto(f"{E2E_TEST_URI}/accounts")
page.wait_for_load_state("domcontentloaded")
add_service_button = page.get_by_role("button", name="Add a new service")
add_service_button = page.get_by_role("button", name="Add service")
add_service_button.click()
page.wait_for_load_state("domcontentloaded")