webdriverio-boneyard / wdio-cucumber-framework

A WebdriverIO v4 plugin. Adapter for Cucumber testing framework.
MIT License
77 stars 61 forks source link

Commands like waitForVisible not working anymore #31

Closed arif49 closed 7 years ago

arif49 commented 8 years ago

With the updated module (v0.2.4), if I ran command like he following it gives me weird output thats makes no sense.. I am assuming the module is broken for wait related commands. My be because of updated cucumber dependency?

var myElem = browser.element('#myElem');
myElem.waitForVisible();

Output:

2) Get title of website should the title of the page be "GitHub · Where software is built":
undefined
running phantomjs
undefined
christian-bromann commented 7 years ago

Please try again with latest version.