Skip to content

Commit

Permalink
add className
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed Aug 29, 2023
1 parent 96f3997 commit 58bfe02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test('chip group default', () => {
</ChipGroup>
);

expect(screen.getByRole('group')).toHaveClass('');
expect(screen.getByRole('group')).toHaveClass('pf-v5-c-chip-group');
});

test('chip group with category', () => {
Expand Down

0 comments on commit 58bfe02

Please sign in to comment.