try to pass message back in 'next' field

This commit is contained in:
Kenneth Kehl
2024-08-29 08:28:38 -07:00
parent 33e616a8f1
commit e4c99dc15b
2 changed files with 6 additions and 3 deletions

View File

@@ -92,7 +92,7 @@ def test_create_new_template(end_to_end_context):
print(f"WHAT IS THE TEST EMAIL {os.getenv('NOTIFY_E2E_TEST_EMAIL')}")
page = end_to_end_context.new_page()
print(f"INITIAL PAGE IS {page}")
x = page.goto(f"{E2E_TEST_URI}/sign-in")
page.goto(f"{E2E_TEST_URI}/sign-in")
# Wait for the next page to fully load.
page.wait_for_load_state("domcontentloaded")
print(f"PAGE ON ENTER TEST_CREATE_NEW_TEMPLATE AFTER SIGNING IN IS {page}")