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
So I've been playing around with the lib for a while and often find myself wishing for some helpers/wrappers that feel a little bit more fluent e.g.:
Wrappers around event triggers i.e. wrapper.find(Foo).click() as a syntactic sugar for wrapper.find(Foo).trigger('click'). Maybe we can even go as far as wrapper.click(Foo)?