mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-18 13:39:57 -04:00
more debug
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user