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')