mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-12 17:54:32 +00:00
e2e: fix deep link profile test
Signed-off-by: Parvesh Monu <parvesh.dhullmonu@gmail.com>
This commit is contained in:
parent
9ffefe74bb
commit
404ae82cfe
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user