From 7c173fff14dd7278a79735a73ecfd71db4814fd5 Mon Sep 17 00:00:00 2001 From: = <=> Date: Sun, 10 Mar 2019 17:52:40 -0400 Subject: appium goodness --- tests/testcases/montage.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tests/testcases/montage.py (limited to 'tests/testcases/montage.py') diff --git a/tests/testcases/montage.py b/tests/testcases/montage.py new file mode 100644 index 00000000..2b3f2c4d --- /dev/null +++ b/tests/testcases/montage.py @@ -0,0 +1,20 @@ +''' +Validates Montage view +''' + +import common as c +from time import sleep +import app + +def run_tests(self): + app.tap_menu_js() + c.log ('Validating montage') + c.click_item('testaut_menu_montage') + c.click_item('img-1') + sleep(4) + c.take_screenshot(None,'montage-singleview.png') + c.dbl_click_item('singlemonitor') + + + + -- cgit v1.2.3