diff --git a/tests/app/main/views/test_send.py b/tests/app/main/views/test_send.py index e4ffacc59..3028bd2e3 100644 --- a/tests/app/main/views/test_send.py +++ b/tests/app/main/views/test_send.py @@ -1568,6 +1568,10 @@ def test_non_ascii_characters_in_letter_recipients_file_shows_error( 'You need to fix 1 address ' 'Skip to file contents' ) + assert page.select_one( + '#content > div.grid-row > main > table > tbody > ' + 'tr:nth-of-type(1) > td:nth-of-type(2) > div > span > span' + ).get_text(strip=True) == u'Can\u2019t include \u041F, \u0435, \u0442 or \u044F' def test_check_messages_redirects_if_no_upload_data(logged_in_client, service_one, mocker):