feat: updated test case

This commit is contained in:
SagarRajput-7 2025-05-17 02:47:47 +05:30
parent 441eac632c
commit 0041072c47

View File

@ -167,7 +167,7 @@ describe('VariableItem', () => {
</MockQueryClientProvider>,
);
expect(screen.getByTitle('ALL')).toBeInTheDocument();
expect(screen.getByText('ALL')).toBeInTheDocument();
});
test('calls useEffect when the component mounts', () => {