mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 18:08:24 -04:00
increase debug
This commit is contained in:
@@ -95,8 +95,9 @@ def test_create_new_template(end_to_end_context):
|
|||||||
x = page.goto(f"{E2E_TEST_URI}/sign-in")
|
x = page.goto(f"{E2E_TEST_URI}/sign-in")
|
||||||
# Wait for the next page to fully load.
|
# Wait for the next page to fully load.
|
||||||
page.wait_for_load_state("domcontentloaded")
|
page.wait_for_load_state("domcontentloaded")
|
||||||
print(f"PAGE ON ENTER TEST_CREATE_NEW_TEMPLATE AFTER SIGNING IN IS {page.content()}")
|
|
||||||
print(f"WTF is x? {x}")
|
print(f"WTF is x? {x}")
|
||||||
|
print(f"PAGE ON ENTER TEST_CREATE_NEW_TEMPLATE AFTER SIGNING IN IS {page.content()}")
|
||||||
|
|
||||||
current_date_time = datetime.datetime.now()
|
current_date_time = datetime.datetime.now()
|
||||||
new_service_name = "E2E Federal Test Service {now} - {browser_type}".format(
|
new_service_name = "E2E Federal Test Service {now} - {browser_type}".format(
|
||||||
now=current_date_time.strftime("%m/%d/%Y %H:%M:%S"),
|
now=current_date_time.strftime("%m/%d/%Y %H:%M:%S"),
|
||||||
|
|||||||
Reference in New Issue
Block a user