diff options
| author | = <=> | 2019-03-11 16:13:08 -0400 |
|---|---|---|
| committer | = <=> | 2019-03-11 16:13:08 -0400 |
| commit | 691d22daa420f446d6bb45ba41202c1b7aab161e (patch) | |
| tree | f895ac5ec2a19417a7bdb08a2f12944c67c3b269 /tests/testcases/app.py | |
| parent | 42c6115f50d1455d1ef126edbbbea17125bb8d41 (diff) | |
#791 events run
Diffstat (limited to 'tests/testcases/app.py')
| -rw-r--r-- | tests/testcases/app.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testcases/app.py b/tests/testcases/app.py index b76f1edd..803751d5 100644 --- a/tests/testcases/app.py +++ b/tests/testcases/app.py @@ -13,6 +13,7 @@ def tap_menu_js(): c.log ('Tapping menu') c.driver.execute_script("angular.element(document.getElementById('testaut-menu-controller')).scope().openMenu();") + # bah, in some cases this won't work, when the menu is open, # there are two left items # so I'm probably not going to use this |
