This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Description
Describe the bug
Found the error TypeError: this[(intermediate value)(intermediate value)(intermediate value)] is not a function after executed the test
jest -c jest.e2e.config.js --runInBand --json --outputFile=testresults/report.json "testcases/test102.test.js"
Not sure what happened, the test was working fine 3 days ago but when executed it again after npm update the error occurred even I'm trying to downgrade all versions libraries related but i had no luck.
Screenshots

Desktop (please complete the following information):
- OS: macOS
- Library versions :
"dependencies": {
"playwright": "^1.16.3"
},
"devDependencies": {
"chrome-paths": "^1.0.1",
"convert-excel-to-json": "^1.7.0",
"dotenv": "^10.0.0",
"dotenv-flow": "^3.2.0",
"eslint-plugin-jest-playwright": "^0.2.1",
"exceljs": "^4.3.0",
"expect-playwright": "^0.8.0",
"form-data": "^2.3.3",
"jest": "^27.3.1",
"jest-html-reporters": "3.0.3",
"jest-junit": "^13.0.0",
"jest-playwright-preset": "^1.7.0",
"moment": "^2.29.1",
"mongodb": "^4.1.4",
"mysql": "^2.18.1",
"node-fetch": "^2.6.6",
"playwright-core": "^1.16.3",
"rimraf": "^3.0.2",
"testrail-integration": "^0.1.7",
"ws": "^8.2.3",
"xml2json": "^0.12.0"
}
