fix(test): stop filtering out third-party (#47982)

Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
This commit is contained in:
Oliver Eyton-Williams
2022-10-11 21:53:32 +02:00
committed by GitHub
parent d380f13172
commit 7b24e7e597
+1 -1
View File
@@ -9,7 +9,7 @@ module.exports = defineConfig({
retries: 4,
chromeWebSecurity: false,
experimentalWebKitSupport: true,
specPattern: 'cypress/e2e/default/**/*.js',
specPattern: 'cypress/e2e/**/*.js',
setupNodeEvents(on, config) {
config.env = config.env || {};
on('before:run', () => {