We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae60f30 commit 979e046Copy full SHA for 979e046
src/components/__tests__/CSSTable.test.tsx
@@ -88,6 +88,7 @@ it('does not render the "Prefixed with" header when autoLinkHeader is false (def
88
})
89
90
it('filters rows based on search input', async () => {
91
+ userEvent.setup()
92
render(<CSSTable cssPrefix="pf-v6-test" debounceLength={0} />)
93
const searchInput = screen.getByPlaceholderText('Filter CSS Variables')
94
0 commit comments