Initial test to see if screenshot timing is the prob.

Fixes #5932
This commit is contained in:
LeeDr 2016-01-18 11:37:51 -06:00 committed by Lee Drengenberg
parent f0f639eab0
commit 4c5f822429

View file

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