summaryrefslogtreecommitdiff
path: root/tests/testcases/montage.py
blob: 2b3f2c4d4e70fcc3a82ff0d22041c6ceca6af41b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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')