diff --git a/test/appium/tests/medium/test_deeplink_chat_share_profile.py b/test/appium/tests/medium/test_deeplink_chat_share_profile.py index f388897767..eb6483cf70 100644 --- a/test/appium/tests/medium/test_deeplink_chat_share_profile.py +++ b/test/appium/tests/medium/test_deeplink_chat_share_profile.py @@ -365,8 +365,6 @@ class TestDeeplinkOneDeviceNewUI(MultipleSharedDeviceTestCase): deep_link = 'status-im://u/%s' % self.public_key self.sign_in.open_weblink_and_login(deep_link) profile = self.home.get_profile_view() - self.home.chats_tab.click() - self.home.profile_button.click() if profile.default_username_text.text != self.default_username: self.errors.append("Can't navigate to profile from deep link with own public key") self.errors.verify_no_errors()