You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebDriver doesn't load a page when I declare the WebDriver client outside the step definition and run the feature with the grunt-cucumber-js plugin (grunt cucumberjs).
Same feature run with the cucumber-js script (npm run cucumberjs) works fine.
I suppose there is a problem with WebDriver promise resolving.
WebDriver doesn't load a page when I declare the WebDriver client outside the step definition and run the feature with the
grunt-cucumber-js
plugin (grunt cucumberjs
).Same feature run with the
cucumber-js
script (npm run cucumberjs
) works fine.I suppose there is a problem with WebDriver promise resolving.
Please clone the project to reproduce the issue:
The text was updated successfully, but these errors were encountered: