try adding pytest-asyncio

This commit is contained in:
Kenneth Kehl
2025-06-04 10:45:38 -07:00
parent 09cf2098af
commit 1981c02207
3 changed files with 22 additions and 2 deletions

View File

@@ -10,7 +10,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()