We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1145110 commit 298cfc7Copy full SHA for 298cfc7
tests/test-team/config/e2e/e2e.config.ts
@@ -33,7 +33,7 @@ export default defineConfig({
33
baseURL: 'http://localhost:3000',
34
...devices['Desktop Chrome'],
35
headless: true,
36
- storageState: path.resolve(__dirname, '../.auth/e2e/user.json'),
+ storageState: path.resolve(__dirname, '../.auth/user.json'),
37
},
38
dependencies: ['e2e:setup'],
39
teardown: 'e2e:teardown',
0 commit comments