remove async

This commit is contained in:
Kenneth Kehl
2025-06-09 10:55:26 -07:00
parent 36c7781e37
commit 12b8dd6c4f

View File

@@ -12,7 +12,7 @@ from tests.end_to_end.conftest import check_axe_report
E2E_TEST_URI = os.getenv("NOTIFY_E2E_TEST_URI")
async def create_new_template(page):
def create_new_template(page):
current_service_link = page.get_by_text("Current service")
expect(current_service_link).to_be_visible()