From 3fbf9202682852a3c835a0568801538c30b23572 Mon Sep 17 00:00:00 2001 From: Costi Date: Tue, 27 Aug 2024 10:53:34 +0300 Subject: [PATCH] fix test --- src/components/surfaces/Card/CardActions/CardActions.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/surfaces/Card/CardActions/CardActions.test.tsx b/src/components/surfaces/Card/CardActions/CardActions.test.tsx index bf147eb9..b2e41972 100644 --- a/src/components/surfaces/Card/CardActions/CardActions.test.tsx +++ b/src/components/surfaces/Card/CardActions/CardActions.test.tsx @@ -31,7 +31,7 @@ describe('CardActions', () => { ) - expect(screen.getByRole('button').parentElement).toHaveStyle('justify-content: flex-start') + expect(screen.getByRole('button').parentElement).toHaveStyle('justify-content: unset') }) it('displays actions on the right when `align` is set to `right`', () => {