From 691d22daa420f446d6bb45ba41202c1b7aab161e Mon Sep 17 00:00:00 2001 From: = <=> Date: Mon, 11 Mar 2019 16:13:08 -0400 Subject: #791 events run --- tests/testcases/app.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/testcases/app.py') 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 -- cgit v1.2.3