mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-26 01:04:00 -04:00
fixed testing
This commit is contained in:
@@ -581,9 +581,9 @@ def test_should_be_able_to_view_a_template_with_links(
|
||||
_test_page_title=False,
|
||||
)
|
||||
|
||||
assert normalize_spaces(page.select_one("h1").text) == ("Review your message")
|
||||
assert normalize_spaces(page.select_one("h1").text) == ("Confirm your template")
|
||||
assert normalize_spaces(page.select_one("title").text) == (
|
||||
"Two week reminder – Select or create a template – service one – Notify.gov"
|
||||
"Confirm your template – service one – Notify.gov"
|
||||
)
|
||||
|
||||
assert [
|
||||
|
||||
Reference in New Issue
Block a user