From 1ac97825c75a33c64b2f9d04223781d095468756 Mon Sep 17 00:00:00 2001 From: shadowusr Date: Wed, 31 Jul 2024 17:06:05 +0300 Subject: [PATCH] test: ignore small diffs in e2e tests --- test/func/common.testplane.conf.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/func/common.testplane.conf.js b/test/func/common.testplane.conf.js index 0ffee03fa..66a3b4519 100644 --- a/test/func/common.testplane.conf.js +++ b/test/func/common.testplane.conf.js @@ -9,6 +9,9 @@ module.exports.getCommonConfig = (projectDir) => ({ browsers: { chrome: { + assertViewOpts: { + ignoreDiffPixelCount: 4 + }, windowSize: '1280x1024', desiredCapabilities: { browserName: 'chrome',