-
-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Hi,
Migrate Command is giving an error while converting the following.
await browser.actions().doubleClick(this.btnDoubleClick).perform();
await browser.actions().mouseDown(this.btnDoubleClick).mouseUp().perform();
await browser.actions().mouseMove(this.btnDoubleClick).click().perform();
ERR ./protractorTests/pages/buttons.page.js Transformation error (Error transforming ./protractorTests/pages/buttons.page.js:16)
Error transforming ./protractorTests/pages/buttons.page.js:16
await browser.actions()
^
Can not transform "actions" command as it differs too much from the WebdriverIO implementation. We advise to refactor this code.
For more information on WebdriverIOs replacement command, see https://webdriver.io/docs/api/webdriver#performactions
at ./protractorTests/pages/buttons.page.js:16:14
All done.
Results:
1 errors
0 unmodified
0 skipped
0 ok
action commands from protractor are ot able to migrate