🐛(frontend) improve e2e tests avoiding race condition from mocks
Reorder mock setup with page.route so that it takes place before nav.
This commit is contained in:
committed by
Laurent Bossavit
parent
8a2b0d0a76
commit
e7af1fd591
@@ -9,7 +9,7 @@ const baseURL = `http://localhost:${PORT}`;
|
||||
*/
|
||||
export default defineConfig({
|
||||
// Timeout per test
|
||||
timeout: 30 * 1000,
|
||||
timeout: 10 * 1000,
|
||||
testDir: './__tests__',
|
||||
outputDir: './test-results',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user