Update e2e test to scroll more for TestDapp

Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
Serhy 2019-03-14 11:29:14 +02:00 committed by Andrey Shovkoplyas
parent ac718de425
commit 8e1da91ea0
No known key found for this signature in database
GPG Key ID: EAAB7C8622D860A4
1 changed files with 1 additions and 1 deletions

View File

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