added scroll and disable deep link e2e

Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
This commit is contained in:
Churikova Tetiana 2020-02-25 12:43:24 +01:00
parent ff1022f337
commit 9f2e2f9d3e
No known key found for this signature in database
GPG Key ID: 0D4EA7B33B47E6D8
2 changed files with 3 additions and 0 deletions

View File

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

View File

@ -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'])