diff --git a/playwright.config.ts b/playwright.config.ts index d268975b..53e7ef0c 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -4,5 +4,6 @@ export default defineConfig({ testDir: "./tests/e2e", timeout: 120_000, // GIF encoding is CPU-bound; give it room retries: 0, + workers: 1, reporter: "list", }); diff --git a/src/components/video-editor/SettingsPanel.tsx b/src/components/video-editor/SettingsPanel.tsx index 5cac5737..0db5deea 100644 --- a/src/components/video-editor/SettingsPanel.tsx +++ b/src/components/video-editor/SettingsPanel.tsx @@ -1466,6 +1466,7 @@ export function SettingsPanel({