Skip to content

Commit

Permalink
chore(demo-playwright): improve screenshot test for Error (#7945)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov authored Jun 26, 2024
1 parent 3488df5 commit 963ba47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/demo-playwright/tests/core/error/error.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ test.describe('TuiError', () => {
await expect(error).toBeVisible();
await expect(error).toHaveText('An error');

await expect(example).toHaveScreenshot('01-error.png');
await expect(example).toHaveScreenshot('01-error.png', {animations: 'allow'});
});
});

0 comments on commit 963ba47

Please sign in to comment.