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
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
Currently, it is difficult to use .each method for cucumber framework because there is no promise returned so we can't end and call next callback in the last protractor call like other protractor calls.
I think that we should get a fulfilled or rejected response from .each method as feature request.