-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All the acceptance tests are failing #210
Comments
Similar issue here, we are also seeing the |
Sorry you guys are seeing these issues and that it's taken me a while to respond here. Apparently I wasn't subscribed to notifications for this repo! I'll look into what's going on here and try to put a fix together. |
Having the same issues with ember-cli v3.0.4, downgrading to pikaday-v2.2.6 is the solution for now. Any Updates? |
Seeing the same issue in ember 2.15.1 upon upgrading from v2.2.3 to v2.3.1. Any updates? |
I'm having a hard time reproducing the issue from the information above. If this issue is still relevant, could someone create a reproduction repository on GitHub? otherwise this seems hard to fix 😞 |
Hi Team,
Facing below issue in v2.3.0. Things are working fine when using v2.2.6
Issue: All the acceptance are failing where test helpers (visit, click etc) are being used.
Error:
TypeError: Cannot read property 'lookup' of undefined
- in https://github.com/emberjs/ember.js/blob/master/packages/ember-testing/lib/helpers/visit.js#L22Reason: As far as I have seen, application object created in
repo/tests/helpers/start-app.js
(For eg, https://github.com/emberjs/ember-test-helpers/blob/master/tests/helpers/start-app.js#L12) is not having__container__
property (and few other props) when using v2.3.0. With v2.2.6, this is fine.Can you help to understand what is causing this behaviour please. Am I missing something here?
I'm using Ember version:
v2.15.1
Thanks in advance!
The text was updated successfully, but these errors were encountered: