Skip to content

Commit

Permalink
fixed jest test
Browse files Browse the repository at this point in the history
  • Loading branch information
nickamantia committed Oct 24, 2024
1 parent 926f7e1 commit 538fd23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ test('generated default kit and classname', () => {

const kit = screen.getByTestId(testId)
expect(kit).toBeInTheDocument()
expect(kit).toHaveClass('pb_dropdown')
expect(kit).toHaveClass('pb_dropdown_default')
})

test('generated default Trigger and Container when none passed in', () => {
Expand Down

0 comments on commit 538fd23

Please sign in to comment.