Skip to content

Commit

Permalink
undo windows skip
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-lmu committed Jan 6, 2025
1 parent 2411a08 commit 4a0072e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playwright/tests/process-animation.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 4a0072e

Please sign in to comment.