mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
try to solve async issues
This commit is contained in:
@@ -12,7 +12,7 @@ from tests.end_to_end.conftest import check_axe_report
|
|||||||
E2E_TEST_URI = os.getenv("NOTIFY_E2E_TEST_URI")
|
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")
|
current_service_link = page.get_by_text("Current service")
|
||||||
expect(current_service_link).to_be_visible()
|
expect(current_service_link).to_be_visible()
|
||||||
|
|||||||
Reference in New Issue
Block a user