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
getContext as a pattern is one (of several) things that is preventing ember applications from running tests concurrently as it assumes only a single global test context exists at any one time.
Instead of assuming the global, we should prefer a passed in context.