Skip to content

Commit e857b89

Browse files
authored
Merge pull request #346 from Nick-1234531/DOT-5815
fixed uploadScreenshot
2 parents 82cf4f9 + e0044bf commit e857b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/screenshot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ export async function uploadScreenshots(ctx: Context): Promise<void> {
253253
}
254254
}
255255

256-
await ctx.client.uploadScreenshot(ctx.build, filePath, ssId, 'default', viewport, ctx.log);
256+
await ctx.client.uploadScreenshot(ctx.build, filePath, ssId, 'default', viewport,"", ctx.log);
257257
ctx.log.info(`${filePath} : uploaded successfully`)
258258
noOfScreenshots++;
259259
} else {

0 commit comments

Comments
 (0)