React Test Cases Development
Budget: $10 – $30 USD
Hi,
Below test cases is failing, attaching whole testcase and code. Providing test case below. It should work fine in my machine and any other test cases if possible
describe('Proper components render on load', () => {
test('renders ', () => {
console.log('screen --->', screen);
expect(screen.getByText('Close')).toBeInTheDocument();
});
});
Below test cases is failing, attaching whole testcase and code. Providing test case below. It should work fine in my machine and any other test cases if possible
describe('Proper components render on load', () => {
test('renders ', () => {
console.log('screen --->', screen);
expect(screen.getByText('Close')).toBeInTheDocument();
});
});