From 404ae82cfe4e59a0dc5b1c4752b30b7a78538275 Mon Sep 17 00:00:00 2001 From: Churikova Tetiana Date: Mon, 6 Mar 2023 12:34:32 +0100 Subject: [PATCH] e2e: fix deep link profile test Signed-off-by: Parvesh Monu --- test/appium/tests/medium/test_deeplink_chat_share_profile.py | 2 -- 1 file changed, 2 deletions(-) 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()