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 7f2dbc8 commit 49d8e73Copy full SHA for 49d8e73
index.js
@@ -469,7 +469,7 @@ class PixelmatchHelper extends Helper {
469
// the `run-workers` option, multiple workers might access a temp
470
// file at the same time.
471
const uid = Math.random().toString(36).slice(-5);
472
- const tempName = `~${uid}.temp`;
+ const tempName = `~${uid}.temp.png`;
473
474
// Screenshot the current viewport into a temp file.
475
await driver.saveScreenshot(tempName);
0 commit comments