From 68a46618ab724dfbac6dc639f335c6ddb4f843cf Mon Sep 17 00:00:00 2001 From: LeeDr Date: Mon, 18 Jan 2016 11:37:51 -0600 Subject: [PATCH] Initial test to see if screenshot timing is the prob. --- test/functional/apps/visualize/_area_chart.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/functional/apps/visualize/_area_chart.js b/test/functional/apps/visualize/_area_chart.js index 68b2c3b1a304..96b9c27ed651 100644 --- a/test/functional/apps/visualize/_area_chart.js +++ b/test/functional/apps/visualize/_area_chart.js @@ -118,6 +118,9 @@ define(function (require) { common.debug('Waiting...'); return headerPage.getSpinnerDone(); }) + .then(function sleep() { + return common.sleep(10000); + }) .then(function takeScreenshot() { common.debug('Take screenshot'); common.saveScreenshot('./screenshot-' + testSubName + '.png');