Initial test to see if screenshot timing is the prob.

This commit is contained in:
LeeDr 2016-01-18 11:37:51 -06:00
parent d0298d7247
commit 68a46618ab

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