Skip to content

Commit

Permalink
refactor(design-system): update UI test
Browse files Browse the repository at this point in the history
Signed-off-by: Jeroen Branje <[email protected]>
  • Loading branch information
jeroenbranje committed Feb 21, 2024
1 parent 74ff3d5 commit 94dda4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('components/Button', () => {

// then ... should render with expected properties
expect(element).toBeInTheDocument()
expect(element).toHaveClass('bg-blue')
expect(element).toHaveClass('bg-blue-900')
await userEvent.click(element)
expect(onClickStub).toHaveBeenCalledWith()
})
Expand Down

0 comments on commit 94dda4b

Please sign in to comment.