-
Notifications
You must be signed in to change notification settings - Fork 111
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
Capybara::Poltergeist::MouseEventFailed #14
Comments
+1 |
1 similar comment
+1 |
people, try this: https://gist.github.com/passalini/6614466 |
This works for me. Clicking on the select2-drop-mask is what the user would actually do to deactivate the select2 drop down. find(:xpath, '//div[@id="select2-drop-mask"]').click |
Well, it seems that this isn't going to get fixed I guess :( |
I had this problem with contenteditable divs. The parent div would be reported as the "overlapping" element, even if I used CSS to set z-order. When making an example project to demo the error, I found that when I replace poltergeist with selenium the problem went away. YMMV |
+1 |
I had this problem with popups. I have two step in my spec test. Step one, Open a popup and close it. Step two, click a button on the main page. Poltergeist executed step two before the popup really closed. So "overlapping" element occured. BTW, my spec test works well with selenium. |
Hi, I'm trying to use this gem at my project, but when I put this in my spec it returns this error:
my files:
select2_spec.rb:
view.html.erb
The text was updated successfully, but these errors were encountered: