810 - Content updates to link area in Send Message flow

This commit is contained in:
Jonathan Bobel
2024-03-26 11:23:39 -04:00
parent 6e64df0c0b
commit 8ca32f476c
3 changed files with 6 additions and 4 deletions

View File

@@ -1868,7 +1868,8 @@ def test_should_show_message_before_redacting_template(
)
assert (
"Are you sure you want to hide personalization after sending?"
"Are you sure you want to hide all personalized and conditional"
" content after sending for increased privacy protection?"
) in page.select(".banner-dangerous")[0].text
form = page.select(".banner-dangerous form")[0]