Skip to content

Commit 298cfc7

Browse files
CCM-11458: Update test config
1 parent 1145110 commit 298cfc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-team/config/e2e/e2e.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default defineConfig({
3333
baseURL: 'http://localhost:3000',
3434
...devices['Desktop Chrome'],
3535
headless: true,
36-
storageState: path.resolve(__dirname, '../.auth/e2e/user.json'),
36+
storageState: path.resolve(__dirname, '../.auth/user.json'),
3737
},
3838
dependencies: ['e2e:setup'],
3939
teardown: 'e2e:teardown',

0 commit comments

Comments
 (0)