added scroll and disable deep link e2e
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
This commit is contained in:
parent
ff1022f337
commit
9f2e2f9d3e
|
@ -709,6 +709,7 @@ class TestProfileMultipleDevice(MultipleDeviceTestCase):
|
|||
chat_1.profile_button.click()
|
||||
profile_1.sync_settings_button.click()
|
||||
profile_1.mail_server_button.click()
|
||||
profile_1.element_by_text(mailserver).scroll_to_element()
|
||||
profile_1.element_by_text(mailserver).click()
|
||||
profile_1.confirm_button.click()
|
||||
profile_1.element_by_text(server_name).click()
|
||||
|
|
|
@ -59,6 +59,8 @@ class TestDeepLinks(SingleDeviceTestCase):
|
|||
|
||||
@marks.testrail_id(5780)
|
||||
@marks.medium
|
||||
@marks.skip
|
||||
# TODO: uncomment after https://github.com/status-im/universal-links-handler/pull/29 will be implemented in app
|
||||
def test_open_own_user_profile_using_deep_link(self):
|
||||
sign_in_view = SignInView(self.driver)
|
||||
sign_in_view.recover_access(passphrase=basic_user['passphrase'])
|
||||
|
|
Loading…
Reference in New Issue