Added missing environment variables for the server process

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2024-01-04 17:42:54 -05:00
parent c652c17617
commit 997aa8e72f
3 changed files with 8 additions and 11 deletions

View File

@@ -28,11 +28,6 @@ def test_add_new_service_workflow(end_to_end_context):
page = _bypass_sign_in(end_to_end_context)
page.goto(f"{E2E_TEST_URI}/")
# 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_button.click()
#
# Wait for the next page to fully load.
page.wait_for_load_state("domcontentloaded")