question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Errors running tests since upgrading to v5 of `ember-qunit`

See original GitHub issue

Migrating to v5 of ember-qunit causes issues with ember-cli-page-object. I suspect it is to do with the following breaking change

Actual error:

  Error: Could not find module `ember-test-helpers/wait` imported from `ember-cli-page-object/test-support/-private/execution_context/integration`

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
ro0grcommented, Jan 6, 2021

I’ve just published v2.0.0-beta.1. A noticeable change is that we’ve stopped importing adapters(previously known as private ExecutionContexts) eagerly, and now we require to import and set adapters manually in user land, see https://github.com/san650/ember-cli-page-object/pull/511 for some more details. I believe this change should avoid the issue with the ember-native-dom-helpers, which you’ve mentioned @cah-briangantzler.

If there are any sub tasks

I’d really like us to add ember-qunit@5 to our test matrix. There was some initial effort already https://github.com/san650/ember-cli-page-object/pull/516, but seems we still need to move it to the finish line, and target it to the v2-beta branch. It’d be great, if someone could help with this and make sure ember-qunit@5 is really supported!

2reactions
ro0grcommented, Jan 24, 2021

ember-qunit@5 support has been released as 1.17.5. Thanks everyone for making it happen! 🚀

Read more comments on GitHub >

github_iconTop Results From Across the Web

Upgrading Ember - Issues with Tests - Questions
So I took on the task of upgrading our Ember app from 2.16 to 3.26. The application runs fine locally. Got through the...
Read more >
Uncaught Error: Could not find module `ember-qunit`. Odd out ...
I had my partners (I'm in school) checkout the project, run the npm install && bower install && ember s and the qunit...
Read more >
ember-test-friendly-error-handler
Build testable error handlers that don't throw in production. ... invoked when an error is thrown by any code within the Ember run...
Read more >
@ember/test-helpers | Yarn - Package Manager
the public API is defined by API.md. Installation. For ember-qunit v5 and above. yarn. yarn add --dev @ember/test- ...
Read more >
Test-Driving Ember.js Components - Semaphore CI
This tutorial is primary going to be Ember.js focused. Upgrading Ember-CLI, Ember and Ember-Data. Since the first tutorial, a new version of ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found