-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add test for auto-complete #2
Comments
With minkphp/MinkSelenium2Driver#244 merged it might actually allow test added in here to pass, because then focus won't be moved away from the field (we're pressing TAB right now) and auto-complete control won't be closed. |
@aik099 a bit of an old issue, but in principle I don't think this is doable. What probably makes more sense is to have a jQuery UI test suite developed and maintained by the jQuery folks, which would improve quality on both sides... |
With the above-mentioned issue already merged and a slow auto-complete related issue rate (3 or fewer people since issue creation time had this problem) I think, that this issue can be safely closed.
Maybe. |
The test needs to be added, that confirms, that auto-complete controls (e.g. jQueryUI.AutoComplete) for JS-enabled drivers works as expected:
change
event is firedRight now due way how it's implemented at least for MinkSelenium2Driver this is a big issue.
The text was updated successfully, but these errors were encountered: