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 084522a commit 90ce4d0Copy full SHA for 90ce4d0
packages/skeleton-react/test/components/date-picker/index.test.tsx
@@ -125,7 +125,7 @@ describe('DatePicker', () => {
125
describe('TableRow', () => {
126
it('renders', async () => {
127
const { getByTestId } = await render(<Test />);
128
- expect(getByTestId('table-row')).toBeInTheDocument();
+ expect(getByTestId('table-row').all()).toBeInTheDocument();
129
});
130
131
0 commit comments