diff --git a/test/appium/tests/atomic/account_management/test_profile.py b/test/appium/tests/atomic/account_management/test_profile.py index 93ed42e2b1..e5076a2561 100644 --- a/test/appium/tests/atomic/account_management/test_profile.py +++ b/test/appium/tests/atomic/account_management/test_profile.py @@ -619,8 +619,7 @@ class TestProfileMultipleDevice(MultipleDeviceTestCase): home_1.get_chat_with_user('#' + chat_name).click() message_text_2 = 'message test text 1' chat_1.send_message(message_text_2) - if chat_2.chat_element_by_text(message_text_2).username.text != user_1['ens'] or chat_2.chat_element_by_text( - message_text_1).username.text != user_1['ens']: + if chat_2.chat_element_by_text(message_text_2).username.text.lower() != '@' + user_1['ens']: self.errors.append('ENS username is not shown in public chat') self.verify_no_errors() diff --git a/test/appium/views/elements_templates/sauce_logo.png b/test/appium/views/elements_templates/sauce_logo.png index 47bf3017be..11f8649504 100644 Binary files a/test/appium/views/elements_templates/sauce_logo.png and b/test/appium/views/elements_templates/sauce_logo.png differ diff --git a/test/appium/views/elements_templates/sauce_logo_profile.png b/test/appium/views/elements_templates/sauce_logo_profile.png index 71ab3525c0..7e58e6074b 100644 Binary files a/test/appium/views/elements_templates/sauce_logo_profile.png and b/test/appium/views/elements_templates/sauce_logo_profile.png differ diff --git a/test/appium/views/elements_templates/sauce_logo_red_profile.png b/test/appium/views/elements_templates/sauce_logo_red_profile.png index ac3f177b9e..edaef25137 100644 Binary files a/test/appium/views/elements_templates/sauce_logo_red_profile.png and b/test/appium/views/elements_templates/sauce_logo_red_profile.png differ diff --git a/test/appium/views/elements_templates/saucelabs_sauce_profile.png b/test/appium/views/elements_templates/saucelabs_sauce_profile.png index 50043b02a4..55d27aef00 100644 Binary files a/test/appium/views/elements_templates/saucelabs_sauce_profile.png and b/test/appium/views/elements_templates/saucelabs_sauce_profile.png differ