e2e: fix deep link profile test

Signed-off-by: Parvesh Monu <parvesh.dhullmonu@gmail.com>
This commit is contained in:
Churikova Tetiana 2023-03-06 12:34:32 +01:00 committed by Parvesh Monu
parent 9ffefe74bb
commit 404ae82cfe
No known key found for this signature in database
GPG Key ID: F399696520817DE9

View File

@ -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()