Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Costi committed Aug 27, 2024
1 parent 64a6e82 commit 3fbf920
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('CardActions', () => {
<Button>ok</Button>
</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`', () => {
Expand Down

0 comments on commit 3fbf920

Please sign in to comment.