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.

i don't know why all my tests that uses selectChoose are broken now ...

See original GitHub issue

8 days ago i have updated my application and deployed it with ember-power-select 1.10.4 (with the test-support depreciation) All of my tests worked great !) But now, and i really don’t know why, when i test my application, all selectChoose calls fail …

I have made a lot of tests during this day :

change node version 6.10, 6.11, 6.10, 8 … no effect relaunch the last succed Travis build (fails now … grr) change/force a specific ember-power-select version … no effect

i have debugged the selectChoose function, and my analyse is that the dropdown content is not generated, why ? i don’t know …

let options = findAll(`#${contentId} .ember-power-select-option`); options is empty, the previous click call (force dropdown opening) has no effect …

My application works perfectly on Chrome,Firefox, Safari … only the tests fail …

Tomorrow i will test with an empty new application …

Encountered errors come from the error throws from selectChoose function at line 128 and from the function querySelectorAll due to the call launchs from the line 114 potentialTargets = findAll(`#${contentId} ${valueOrSelector}`); because valueOrSelector is just an option value in my tests

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:15 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
cibernoxcommented, Dec 8, 2017

If all of you with problems update to 0.6.1 of ember-native-dom-helpers (if you don’t directly depend on it, just nombom node_modules and install again). It should be fixed.

I’ll make sure ember-power-* projects work before updating ember-native-dom-helpers again.

0reactions
sethphillipscommented, Dec 8, 2017

@cibernox 👍 thank you so much for fast action and a fantastic plugin that we use like ‘franks red hot’

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix Divi - A Complete Guide To Solve Issues and ...
The complete guide on how to solve issues and problems with the Divi Theme or Builder from Elegant Themes. Learn which steps to...
Read more >
YOU DONT UNIT TEST??? DevHour #1 Theo - YouTube
This is part 2 of the first podcast.If you like this type of content please give it a like / comment / sub....
Read more >
Internet Explorer (IE) mode troubleshooting and FAQ
Troubleshooting guide and FAQ for Microsoft Edge Internet Explorer mode.
Read more >
The most common Wi-Fi problems and how to fix them
If your Wi-Fi is running slow or just drops out altogether in certain rooms, there are solutions you can try to fix the...
Read more >
STICKY: Is your Pi not booting? (The Boot Problems Sticky)
Before we address the reasons why your Pi may not be booting, there are some important facts you should know. Factory-tested. Every Raspberry...
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