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
@jcttrll and I noticed that we are using the beta version of Ember 1.11.0-beta.5 and we have a test that is attempting to fillIn an element that does not exist on the page, the test hangs and will not run any other tests. In previous versions, the fillIn helper would alert you and let you know that the element does not exist and fail the test. This is only an issue when you have the andThen in the test. If there is no andThen, it will alert you that the element does not exist and fail the test.
@jcttrll and I noticed that we are using the beta version of Ember 1.11.0-beta.5 and we have a test that is attempting to fillIn an element that does not exist on the page, the test hangs and will not run any other tests. In previous versions, the
fillIn
helper would alert you and let you know that the element does not exist and fail the test. This is only an issue when you have theandThen
in the test. If there is noandThen
, it will alert you that the element does not exist and fail the test.Thanks for all your work on this awesome project!
The text was updated successfully, but these errors were encountered: