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
We have an AngularJS app that suddenly started failing a few cypress tests. It seems that with cypress 3.1.0, when we call type on an input that is bound in angular, AngularJS doesn't pick the changes up.
Calling .trigger('input') directly seems to help.
We have a handful of extensions and angular plugins installed and I'm not sure if those are contributing to the problem. We are on 3.0.1 for now and it is working fine.
Sorry for not providing a smaller/easier to test use case. This is mostly here in case anyone else is experiencing similar problems.
fijimunkii, kthy, alexbjorlig, CatoMinor and harveyr