We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35bdab2 commit 4890314Copy full SHA for 4890314
src/lib/snapshotQueue.ts
@@ -271,7 +271,7 @@ export default class Queue {
271
272
if (!this.ctx.config.delayedUpload && snapshot && snapshot.name && this.snapshotNames.includes(snapshot.name)) {
273
drop = true;
274
- this.ctx.log.info(`SmartUI snapshot failed; Same snapshot ${snapshot.name} has been encountered with delayedUploads being false`);
+ this.ctx.log.info(`Skipping duplicate smartUI snapshot ${snapshot.name}, please try with delayedUploads config true to capture duplicate screenshots.`);
275
}
276
277
if (this.ctx.config.delayedUpload && snapshot && snapshot.name && this.snapshotNames.includes(snapshot.name)) {
0 commit comments