Skip to content

Commit

Permalink
feat(PPDSC-2315): correct custom props syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuartf committed Aug 3, 2022
1 parent c4075a6 commit b7e32fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions applitools.components.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@ module.exports = {
],
concurrency: 20,
viewportSize: {width: 1027, height: 768},
batch: {
properties: [{name: 'suite', value: 'comps'}],
},
properties: [{name: 'suite', value: 'comps'}],
};
4 changes: 1 addition & 3 deletions applitools.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'}],
};

0 comments on commit b7e32fa

Please sign in to comment.