Skip to content

Commit 979e046

Browse files
committed
Address feedback
1 parent ae60f30 commit 979e046

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/__tests__/CSSTable.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ it('does not render the "Prefixed with" header when autoLinkHeader is false (def
8888
})
8989

9090
it('filters rows based on search input', async () => {
91+
userEvent.setup()
9192
render(<CSSTable cssPrefix="pf-v6-test" debounceLength={0} />)
9293
const searchInput = screen.getByPlaceholderText('Filter CSS Variables')
9394

0 commit comments

Comments
 (0)