-
Notifications
You must be signed in to change notification settings - Fork 62
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
Actions not firing in acceptance test #59
Comments
See discussion here: #25 |
@brancusi, having the same issue on acceptance tests, which is different than #25 (which is about integration tests). Did you manage to solve the issue? Thanks |
We're covering modals rendered via Is this issue specific to integration tests? |
@lolmaus we have the issue in acceptance tests, refactoring to ember-elsewhere now for this reason. Not able to give more precise details, but wondering if this because the wormhole destination id sits outside the |
@Leooo Try targeting the modal with jQuery in browser console. |
@lolmaus did that and it helped to detect presence of modal. Problem is when clicking a button inside the created modal, which is supposed to transition. Then nothing happens (even when using jQuery). |
@Leooo So:
Please double check item 2. |
|
|
Yes:
|
@Leooo Sounds like a legit issue. Can you make a reproduction twiddle? |
(and that's when I usually disappear..) |
@Leooo I also faced this issue. It turns out any element rendered outside #25 (comment) This one seems to be a working solution to the problem you have by inserting the target wormhole in test instead of the default one you have in your application code. |
Hi,
This only happens during a test.
Basically, it seems that when I have an interactive element mounted into something via wormhole, i.e. a popup menu with some menu buttons. clicking never triggers the action.
I am trying to trigger a menu open, and then a click button.
Any ideas?
Thanks
The text was updated successfully, but these errors were encountered: