mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
update testing
This commit is contained in:
@@ -19,9 +19,9 @@ def test_non_logged_in_user_can_see_homepage(
|
||||
"Reach people where they are with government-powered text messages"
|
||||
)
|
||||
|
||||
assert page.select_one("a.usa-button.usa-button--big")["href"] == url_for(
|
||||
"main.sign_in",
|
||||
)
|
||||
assert page.select_one(
|
||||
"a.usa-button.login-button.login-button--primary.margin-right-2"
|
||||
)["href"]
|
||||
|
||||
assert page.select_one("meta[name=description]") is not None
|
||||
# This area is hidden for the pilot
|
||||
|
||||
Reference in New Issue
Block a user