mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
temporary screenshots fix
This commit is contained in:
parent
b85d919f68
commit
8a9178ca0d
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ define(function (require) {
|
|||
|
||||
saveScreenshot: function saveScreenshot(filename) {
|
||||
var self = this;
|
||||
var outDir = path.resolve('test', 'output');
|
||||
var outDir = path.resolve('test', 'screenshots');
|
||||
|
||||
return self.remote.takeScreenshot()
|
||||
.then(function writeScreenshot(data) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue