mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 06:48:25 -04:00
more debug
This commit is contained in:
@@ -163,7 +163,7 @@ def test_create_new_template(authenticated_page):
|
|||||||
auth_state_path = os.path.join(
|
auth_state_path = os.path.join(
|
||||||
os.getenv("NOTIFY_E2E_AUTH_STATE_PATH"), "state.json"
|
os.getenv("NOTIFY_E2E_AUTH_STATE_PATH"), "state.json"
|
||||||
)
|
)
|
||||||
assert os.path.is_file(auth_state_path)
|
assert os.path.isfile(auth_state_path)
|
||||||
|
|
||||||
_setup(page)
|
_setup(page)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user