Trying 4 sec sleep before screenshots.

Fixes #5932
This commit is contained in:
LeeDr 2016-01-18 13:43:40 -06:00 committed by Lee Drengenberg
parent d41f985f53
commit e2face2071

View file

@ -104,6 +104,9 @@ define(function (require) {
.then(function () {
return visualizePage.loadSavedVisualization(vizName1);
})
.then(function sleep() {
return common.sleep(4000);
})
.then(function takeScreenshot() {
common.debug('Take screenshot');
common.saveScreenshot('./screenshot-' + testSubName + '.png');