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

chrome tests hang if jquery is required but ember-jquery missing #8247

Closed
BryanCrotaz opened this issue Dec 1, 2018 · 1 comment
Closed

Comments

@BryanCrotaz
Copy link

  1. Install an addon that requires jquery (e.g. ember-spectrum-color-picker)
  2. Do not install ember-jquery

ember test (chrome headless) hangs on completion, after logging the ReferenceError to the console. This breaks CI runs.

  1. ember install ember-jquery

ember test no longer hangs on completion.

ember test should never hang - instead it should quit with an error so that CI can flag this.

@locks
Copy link
Contributor

locks commented Feb 10, 2022

I believe this is no longer relevant as we're kicking ember-jquery to the curb. Let us know otherwise!

@locks locks closed this as completed Feb 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants