Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Jun 27, 2018
1 parent 14b17bb commit c0bd28d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/screenshots/capturer.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default class Capturer {
return joinPath(this.baseScreenshotsPath, path);
}

_updateScreenshotPathForTestEntry (customPath, screenshotPath) {
_updateScreenshotPathForTestEntry (customPath) {
// NOTE: if test contains takeScreenshot action with custom path
// we should specify the most common screenshot folder in report
let screenshotPathForTestEntry = this.baseScreenshotsPath;
Expand Down Expand Up @@ -125,7 +125,7 @@ export default class Capturer {
await generateThumbnail(screenshotPath, thumbnailPath);
});

this._updateScreenshotPathForTestEntry(customPath, screenshotPath);
this._updateScreenshotPathForTestEntry(customPath);

const screenshot = {
screenshotPath,
Expand Down

0 comments on commit c0bd28d

Please sign in to comment.