mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
cdb2368394
commit
1b1320429c
1 changed files with 3 additions and 0 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue