more debug

This commit is contained in:
Kenneth Kehl
2024-04-15 09:20:15 -07:00
parent ff110de97f
commit 0ce3d5033c
2 changed files with 4 additions and 1 deletions

View File

@@ -77,7 +77,6 @@ def end_to_end_authenticated_context(browser):
auth_state_path = os.path.join(
os.getenv("NOTIFY_E2E_AUTH_STATE_PATH"), "state.json"
)
assert os.path.is_file(auth_state_path)
context = browser.new_context(storage_state=auth_state_path)

View File

@@ -160,6 +160,10 @@ def create_new_template(page):
def test_create_new_template(authenticated_page):
page = authenticated_page
auth_state_path = os.path.join(
os.getenv("NOTIFY_E2E_AUTH_STATE_PATH"), "state.json"
)
assert os.path.is_file(auth_state_path)
_setup(page)