mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
Merge pull request #1000 from GSA/Update-tagline-on-beta.notify.gov-#998
Update tagline on beta.notify.gov #998
This commit is contained in:
@@ -15,7 +15,7 @@ def test_non_logged_in_user_can_see_homepage(
|
||||
client_request.logout()
|
||||
page = client_request.get("main.index", _test_page_title=False)
|
||||
|
||||
assert page.h1.text.strip() == ("Send text messages to your participants")
|
||||
assert page.h1.text.strip() == ("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",
|
||||
|
||||
Reference in New Issue
Block a user