Skip to content

Commit

Permalink
fix animation v2 (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-lmu authored Jul 29, 2024
1 parent 7a6869f commit face0a7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions playwright/tests/process-animation.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ test.describe('Process Animation', () => {
});

test.beforeEach(async () => {
await processEditor.executeCommand('Axon Ivy: Deploy All Projects');
await processEditor.hasDeployProjectStatusMessage();
await processEditor.hasNoStatusMessage();
await processEditor.openEditorFile();
await processEditor.isViewVisible();
await expect(start).not.toHaveClass(/executed/);
await processEditor.executeCommand('Axon Ivy: Deploy All Projects');
await processEditor.hasDeployProjectStatusMessage();
});

test('with activated animation', async () => {
Expand Down

0 comments on commit face0a7

Please sign in to comment.