Skip to content

Commit

Permalink
Update conf
Browse files Browse the repository at this point in the history
  • Loading branch information
geido committed Aug 29, 2022
1 parent 5ad440e commit f348a03
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions superset-frontend/cypress-base/applitools.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ module.exports = {
apiKey: process.env.APPLITOOLS_API_KEY,
batchId: process.env.APPLITOOLS_BATCH_ID,
batchName: process.env.APPLITOOLS_BATCH_NAME,
browser: [{ width: 1000, height: 660, name: 'chrome' }],
browser: [{ width: 1920, height: 1080, name: 'chrome' }],
failCypressOnDiff: false,
isDisabled: false,
showLogs: false,
testConcurrency: 10,
forceFullPageScreenshot: true,
hideScrollbars: true,
hideCaret: true,
ignoreCaret: true,
};

0 comments on commit f348a03

Please sign in to comment.