Skip to content

Commit 7c71d40

Browse files
committed
tests(e2e): Update tests
1 parent fe5df3e commit 7c71d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/tests/session-tasks-sign-in-reset-password.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { createTestUtils, testAgainstRunningApps } from '../testUtils';
77
testAgainstRunningApps({ withEnv: [appConfigs.envs.withSessionTasksResetPassword] })(
88
'session tasks after sign-in reset password flow @nextjs',
99
({ app }) => {
10-
test.describe.configure({ mode: 'serial' });
10+
test.describe.configure({ mode: 'parallel' });
1111

1212
test.afterAll(async () => {
1313
await app.teardown();

0 commit comments

Comments
 (0)