mix and match asyncs to try to get things passing

This commit is contained in:
Kenneth Kehl
2025-06-09 11:02:01 -07:00
parent 12b8dd6c4f
commit e5dc5f12aa
2 changed files with 48 additions and 47 deletions

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")
def create_new_template(page):
async def create_new_template(page):
current_service_link = page.get_by_text("Current service")
expect(current_service_link).to_be_visible()