diff --git a/playwright/tests/process-animation.test.ts b/playwright/tests/process-animation.test.ts index e8e17fb2..6267f661 100644 --- a/playwright/tests/process-animation.test.ts +++ b/playwright/tests/process-animation.test.ts @@ -13,7 +13,6 @@ test.describe('Process Animation', () => { }); test('with activated animation', async () => { - test.skip(process.platform === 'win32'); const processEditor = new ProcessEditor(page, 'Animation.p.json'); await processEditor.openEditorFile(); const start = processEditor.locatorForPID('190EEC366DECC66A-f0');