kobenguyent / codeceptjs-applitoolshelper

MIT License
4 stars 5 forks source link

Getting error: _helper.toLowerCase(...).call is not a function while calling I.eyeCheck(pageToCheck) method #7

Closed AugustineJosephAlludo closed 10 months ago

AugustineJosephAlludo commented 10 months ago

Getting the following issue while running

_helper.toLowerCase(...).call is not a function

  at ApplitoolsHelper.eyeCheck (node_modules/codeceptjs-applitoolshelper/index.js:64:65)

Looks like NodeJS compatibility issue. NodeJS version used while testing is v20.10.0 Used with CodeceptJS with Playwright

Any chance to fix the same?