diff --git a/test/appium/tests/atomic/account_management/test_recover.py b/test/appium/tests/atomic/account_management/test_recover.py index 1c21506062f..c640a5c1aca 100644 --- a/test/appium/tests/atomic/account_management/test_recover.py +++ b/test/appium/tests/atomic/account_management/test_recover.py @@ -143,7 +143,7 @@ def test_pass_phrase_validation(self): # check behavior for popup "Custom seed phrase" if popup: - text = 'some words are misspelled.' + text = 'Custom seed phrase' common_password = 'qwerty' if not recover_access_view.find_full_text(text): self.errors.append('"%s" text is not shown' % text) diff --git a/test/appium/views/elements_templates/saucelabs_sauce_profile.png b/test/appium/views/elements_templates/saucelabs_sauce_profile.png index 55d27aef006..3f86575d9fc 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