From 8e1da91ea01b7eb0d7fd5203df4485a12f94f7bf Mon Sep 17 00:00:00 2001 From: Serhy Date: Thu, 14 Mar 2019 11:29:14 +0200 Subject: [PATCH] Update e2e test to scroll more for TestDapp Signed-off-by: Andrey Shovkoplyas --- test/appium/views/home_view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/appium/views/home_view.py b/test/appium/views/home_view.py index 807f3efc14..35041fc3b2 100644 --- a/test/appium/views/home_view.py +++ b/test/appium/views/home_view.py @@ -164,7 +164,7 @@ class HomeView(BaseView): profile_view.debug_mode_toggle.click() dapp_view = profile_view.dapp_tab_button.click() #dapp_view.open_d_app_button.click() - dapp_view.status_test_dapp_button.scroll_to_element() + dapp_view.status_test_dapp_button.scroll_to_element(15) status_test_dapp = dapp_view.status_test_dapp_button.click() #dapp_view.open_button.click() for _ in range(2):