summaryrefslogtreecommitdiff
path: root/tests/testcases/timeline.py
blob: c4c1ff8f6347b290456625760d7609859e097bca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
'''
Validates Timeline View
'''

import common as c  
from time import sleep
import app

def run_tests(self):
    app.tap_menu_js()
    c.log ('Validating timeline')
    c.click_item('testaut_menu_timeline')
    c._wait_for_id('timeline-ctrl')
    c.take_screenshot(None, 'view-after-timeline-draw.png')