Rendering test instructions

This commit is contained in:
Tim Schaub
2019-09-25 09:26:03 +02:00
parent 0c8775b3c8
commit 4a37483294
2 changed files with 35 additions and 1 deletions

View File

@@ -184,7 +184,7 @@ async function copyActualToExpected(entry) {
async function renderEach(page, entries, options) {
let fail = false;
for (const entry of entries) {
const {tolerance = 0.001, message = ''} = await renderPage(page, entry, options);
const {tolerance = 0.005, message = ''} = await renderPage(page, entry, options);
if (options.fix) {
await copyActualToExpected(entry);