From 54a54a2907cbf8f07cab2c05dd478570c78cf3f1 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Tue, 2 Apr 2019 10:49:25 -0400 Subject: #801 final cleanups, some test aut stuff too --- tests/testcases/timeline.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/testcases/timeline.py (limited to 'tests/testcases/timeline.py') diff --git a/tests/testcases/timeline.py b/tests/testcases/timeline.py new file mode 100644 index 00000000..59d94bb2 --- /dev/null +++ b/tests/testcases/timeline.py @@ -0,0 +1,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') + + -- cgit v1.2.3