summaryrefslogtreecommitdiff
path: root/tests/testcases/timeline.py
blob: 59d94bb298ad865e5d380e87f580f7aaec8b4f17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
'''
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')
    _wait_for_id('timeline-ctrl')
     c.take_screenshot(None, 'view-after-timeline-draw.png')