-
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
Having issues with tests timing out #1
Comments
Could provide a simple test case so I could know what exactly causing the On Tue, Jan 1, 2013 at 12:42 PM, Bob Roberts [email protected]:
Regards, William Yeung Consultant jquery+rubyonrails Tofugear E: [email protected] |
OK, I forked and removed the pretty print but that made no change. What I have found is occurring when there are multiple select2 drop downs in a test. I see that the tests are passing but Rspec seems to miss it. So far a workaround is to use a fill_in or something else after the last select2. |
The way I did mine is based on the situation I am applying select2 on a dropdown, not sure if your scenario is the same? On 8 Jan, 2013, at 8:09 AM, Bob Roberts [email protected] wrote:
|
Yes I am using them for drop downs. |
update select2_multiple to find by xpath
* Hirurg103/master: Fix `found 2 elements matching css: input.select2-input` when there are two select2 elements with multiple selection Fix typo Add support to add tags for select2 version 3.5.2 Fix backward compatibility with select2 <v4.0 when search is specified [Fix goodwill#51] Click on the search field to open multiple select box Fix issue with large usage of time to find and select an option [Fixes #1]
First off, I love this gem!!! I am having issues with the tests timing out. I have added in sleep 2's before and after the action button clicks but it is still hanging up during tests basically after it prints out:
<Capybara::Element tag="div">
Any ideas?
BR
The text was updated successfully, but these errors were encountered: