Added a new E2ETest config and adjusted a couple of things

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2024-01-25 13:00:39 -05:00
parent 29c20a0ee9
commit 1b6446e213
3 changed files with 23 additions and 4 deletions

View File

@@ -3593,7 +3593,7 @@ def end_to_end_context(browser):
def end_to_end_authenticated_context(browser):
# Create and load a previously authenticated context for Playwright E2E
# tests.
login_for_end_to_end_testing(browser)
# login_for_end_to_end_testing(browser)
auth_state_path = os.path.join(
os.getenv("NOTIFY_E2E_AUTH_STATE_PATH"), "state.json"