Merge pull request #1349 from GSA/810-hide-personalization-after-sending

810 hide personalization after sending
This commit is contained in:
Carlo Costino
2024-04-05 10:59:04 -04:00
committed by GitHub
4 changed files with 26 additions and 12 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]