diff --git a/e2e/jest.config.js b/e2e/jest.config.js index 6a4f22cc7..1a80c2a41 100644 --- a/e2e/jest.config.js +++ b/e2e/jest.config.js @@ -2,7 +2,7 @@ module.exports = { rootDir: '..', testSequencer: '/e2e/testSequencer.js', - testMatch: ['/e2e/tests/room/*.spec.ts'], + testMatch: ['/e2e/tests/onboarding/*.spec.ts', '/e2e/tests/assorted/*.spec.ts'], testTimeout: 120000, maxWorkers: 1, globalSetup: '/e2e/globalSetup.ts',