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
This would essentially be the string argument case of -get-element, but allows other third party DOM helpers to function without needing the this context of the test to be passed in.
The text was updated successfully, but these errors were encountered:
It isn’t, but there is some issues that folks will have to deal with there. For example, if this isn’t a test setup with setupTest, setupRenderingTest, setupApplicationTest (e.g. a plain QUnit test, or a legacy moduleForAcceptance test) doing getContext().element would result in a very obtuse error message (element of undefined or some such).
bendemboski
pushed a commit
to bendemboski/ember-test-helpers
that referenced
this issue
Jan 31, 2018
This would essentially be the string argument case of
-get-element
, but allows other third party DOM helpers to function without needing thethis
context of the test to be passed in.The text was updated successfully, but these errors were encountered: