chore(deps): update dependency cypress to v6 (#4656)

This commit is contained in:
renovate[bot]
2020-11-30 13:13:06 +02:00
committed by GitHub
parent 7828e15453
commit 878d0b757e
3 changed files with 5 additions and 12 deletions

View File

@ -176,12 +176,5 @@ module.exports = async (on, config) => {
},
});
on('before:browser:launch', (browser = {}, launchOptions) => {
if (browser.name === 'chrome') {
launchOptions.args.push('--disable-dev-shm-usage');
return launchOptions;
}
});
addMatchImageSnapshotPlugin(on, config);
};