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

@@ -119,9 +119,7 @@ def test_create_new_template(end_to_end_context):
expect(sign_in_heading).to_be_visible()
# Retrieve some prominent elements on the page for testing.
add_service_button = page.get_by_role(
"button", name=re.compile("Add a new service")
)
add_service_button = page.get_by_role("button", name=re.compile("Add service"))
expect(add_service_button).to_be_visible()