Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stephl3 committed Oct 11, 2024
1 parent 4733052 commit a3766bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/combobox/src/Combobox/Combobox.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ describe('packages/combobox', () => {
});

describe('Click clear button', () => {
test('Clicking clear all button clears selection', () => {
test('Clicking clear all button clears selection', async () => {
const initialValue =
select === 'single' ? 'apple' : ['apple', 'banana', 'carrot'];
const { inputEl, clearButtonEl, queryAllChips } = renderCombobox(
Expand Down

0 comments on commit a3766bb

Please sign in to comment.