Skip to content

Commit

Permalink
Update e2e test to scroll more for TestDapp
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
  • Loading branch information
Serhy authored and flexsurfer committed Mar 14, 2019
1 parent ac718de commit 8e1da91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/appium/views/home_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def open_status_test_dapp(self, allow_all=True):
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):
Expand Down

0 comments on commit 8e1da91

Please sign in to comment.