From b7e32fa81eb3df8def53f38fa957fad07c01a9d8 Mon Sep 17 00:00:00 2001 From: mikef Date: Wed, 3 Aug 2022 12:29:54 +0100 Subject: [PATCH] feat(PPDSC-2315): correct custom props syntax --- applitools.components.config.js | 4 +--- applitools.config.js | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/applitools.components.config.js b/applitools.components.config.js index 29d975fa92..6e399f4a32 100644 --- a/applitools.components.config.js +++ b/applitools.components.config.js @@ -9,7 +9,5 @@ module.exports = { ], concurrency: 20, viewportSize: {width: 1027, height: 768}, - batch: { - properties: [{name: 'suite', value: 'comps'}], - }, + properties: [{name: 'suite', value: 'comps'}], }; diff --git a/applitools.config.js b/applitools.config.js index 73fb5f8308..66cf47ac0a 100644 --- a/applitools.config.js +++ b/applitools.config.js @@ -7,7 +7,5 @@ module.exports = { {width: 2880, height: 1800, name: 'chrome'}, ], concurrency: 50, - batch: { - properties: [{name: 'suite', value: 'docs'}], - }, + properties: [{name: 'suite', value: 'docs'}], };