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

@@ -15,7 +15,7 @@ def _bypass_sign_in(end_to_end_context):
sign_in_button = page.get_by_role("link", name="Sign in")
# Test trying to sign in. Because we are loading the email and password
# Sign in to the site - E2E test accounts are set to flow through.
sign_in_button.click()
# Wait for the next page to fully load.