webdriverio / codemod

A codemod to transform Protractor into WebdriverIO tests
MIT License
25 stars 12 forks source link

protractor.ExpectedConditions" is unknown to this codemod #39

Closed irisda closed 2 years ago

irisda commented 3 years ago

protractor.ExpectedConditions" is unknown to this codemod

christian-bromann commented 3 years ago

The codemod transforms these properly, see here. Do you have a code example that doesn't work for you?

irisda commented 3 years ago

yes global.EC = protractor.ExpectedConditions; this is the code that i have inside config.js file