Skip to content
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

Open
JoseWebby opened this issue Oct 29, 2018 · 5 comments
Open

All the acceptance tests are failing #210

JoseWebby opened this issue Oct 29, 2018 · 5 comments
Labels

Comments

@JoseWebby
Copy link

JoseWebby commented Oct 29, 2018

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#L22

Reason: 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!

@JoseWebby JoseWebby changed the title Acceptance tests failing All the acceptance tests are failing Oct 29, 2018
@rrenno
Copy link

rrenno commented Dec 3, 2018

Similar issue here, we are also seeing the TypeError: Cannot read property 'lookup' of undefined while testing. We're on ember 2.16.4.

@alexlafroscia
Copy link
Member

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.

@Robin481
Copy link

Having the same issues with ember-cli v3.0.4, downgrading to pikaday-v2.2.6 is the solution for now. Any Updates?

@bmfay
Copy link

bmfay commented Mar 26, 2019

Seeing the same issue in ember 2.15.1 upon upgrading from v2.2.3 to v2.3.1. Any updates?

@Turbo87
Copy link
Contributor

Turbo87 commented Apr 15, 2020

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 😞

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants