Answer the question
In order to leave comments, you need to log in
How to check with the help of tests, there is a component on the page?
Good afternoon, please tell me how to check if a component is present on the page using jest and puppeteer?
describe('MyComponent', () => {
it('компонента MyComponent присутствует на странице', async () => {
...
};
};
import styles from '../../MyComponent.module.css';
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question