@bulky-sundown-74498 this is a screenshot of the issue I AM FACING
package.json
{
"name": "component-testing",
"version": "1.0.0",
"description": "",
"main": "index.js",
"browserslist": [
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cypress": "^10.2.0"
},
"devDependencies": {
"react": "^18.2.0",
"react-scripts": "^5.0.1",
"webpack": "^5.73.0"
}
}