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

@@ -31,7 +31,7 @@ def test_landing_page(end_to_end_context):
expect(benefits_studio_email).to_be_visible()
# Check to make sure the sign-in button and email links are correct.
href_value = sign_in_button.get_attribute('href')
href_value = sign_in_button.get_attribute("href")
assert href_value is not None, "The sign-in button does not have an href attribute"
expect(benefits_studio_email).to_have_attribute(
"href", "mailto:tts-benefits-studio@gsa.gov"