Skip to content

Commit

Permalink
temporary screenshots fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeDr committed Jun 20, 2016
1 parent b85d919 commit 8a9178c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/support/pages/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 8a9178c

Please sign in to comment.