- Replace homepage content with sunset messaging for May 30, 2025 service end

- Convert inline SVGs to external files for better maintainability
-Removed Login buttons except for /sign-in page
-Removed header navs
This commit is contained in:
Beverly Nguyen
2025-06-02 12:56:47 -07:00
parent 69c8bbc6b7
commit 8722ae8dd9
14 changed files with 254 additions and 224 deletions

View File

@@ -20,8 +20,6 @@ def test_render_sign_in_template_for_new_user(client_request, mocker):
# TODO: Fix this test to be less brittle! If the Login.gov link is enabled,
# then these indices need to be 1 instead of 0.
# Currently it's not enabled for the test or production environments.
assert page.select("main a")[0].text == "Sign in with Login.gov"
# TODO: We'll have to adjust this depending on whether Login.gov is
# enabled or not; fix this in the future.
assert "Sign in again" not in normalize_spaces(page.text)