From 9f2e2f9d3e0d7b1514ec6159bb08c532c72665b3 Mon Sep 17 00:00:00 2001 From: Churikova Tetiana Date: Tue, 25 Feb 2020 12:43:24 +0100 Subject: [PATCH] added scroll and disable deep link e2e Signed-off-by: Churikova Tetiana --- test/appium/tests/atomic/account_management/test_profile.py | 1 + test/appium/tests/atomic/dapps_and_browsing/test_deep_links.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/test/appium/tests/atomic/account_management/test_profile.py b/test/appium/tests/atomic/account_management/test_profile.py index 046510cdfc..d4f3d0beee 100644 --- a/test/appium/tests/atomic/account_management/test_profile.py +++ b/test/appium/tests/atomic/account_management/test_profile.py @@ -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() diff --git a/test/appium/tests/atomic/dapps_and_browsing/test_deep_links.py b/test/appium/tests/atomic/dapps_and_browsing/test_deep_links.py index 49500cc31b..0131fd91fd 100644 --- a/test/appium/tests/atomic/dapps_and_browsing/test_deep_links.py +++ b/test/appium/tests/atomic/dapps_and_browsing/test_deep_links.py @@ -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'])