merge from main

This commit is contained in:
Kenneth Kehl
2024-09-09 12:09:53 -07:00
25 changed files with 265 additions and 566 deletions

View File

@@ -159,9 +159,9 @@ def test_create_new_template(end_to_end_context):
page.wait_for_load_state("domcontentloaded")
# Check for the service name title and heading.
service_heading = page.get_by_text(new_service_name, exact=True)
# service_heading = page.get_by_text(new_service_name, exact=True)
expect(service_heading).to_be_visible()
# expect(service_heading).to_be_visible()
expect(page).to_have_title(re.compile(new_service_name))
create_new_template(page)