diff options
| author | = <=> | 2019-03-10 17:52:40 -0400 |
|---|---|---|
| committer | = <=> | 2019-03-10 17:52:40 -0400 |
| commit | 7c173fff14dd7278a79735a73ecfd71db4814fd5 (patch) | |
| tree | c6473397d670bd712c89ac28f0cf12b0615408de /tests/testcases/montage.py | |
| parent | 4553eb53f790f2a8fd178a6c28c050791e08c27c (diff) | |
appium goodness
Diffstat (limited to 'tests/testcases/montage.py')
| -rw-r--r-- | tests/testcases/montage.py | 20 |
1 files changed, 20 insertions, 0 deletions
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') + + + + |
