Skip to content

Commit

Permalink
temp fix for tests within the ui-editor (#13030)
Browse files Browse the repository at this point in the history
  • Loading branch information
framitdavid authored Jun 26, 2024
1 parent adfbfbb commit d2e9f4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/testing/playwright/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export default defineConfig<ExtendedTestOptions>({
dependencies: [TestNames.SETUP],
testDir: './tests/ui-editor/',
testMatch: '*.spec.ts',
timeout: 60000,
use: {
...devices['Desktop Chrome'],
storageState: '.playwright/auth/user.json',
Expand Down

0 comments on commit d2e9f4e

Please sign in to comment.