mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Trying 4 sec sleep before screenshots.
This commit is contained in:
parent
a7dce5012c
commit
55330638c7
1 changed files with 3 additions and 0 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue