fix format?

This commit is contained in:
Kenneth Kehl
2024-06-20 13:16:45 -07:00
parent 7b5fdd41df
commit 3b6ccc031a
2 changed files with 7 additions and 4 deletions

View File

@@ -19,9 +19,12 @@ 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.login-button.login-button--primary.margin-right-2"
).text == "Sign in with \n"
assert (
page.select_one(
"a.usa-button.login-button.login-button--primary.margin-right-2"
).text
== "Sign in with \n"
)
assert page.select_one("meta[name=description]") is not None
# This area is hidden for the pilot
# assert normalize_spaces(page.select_one('#whos-using-notify').text) == (