The test needs to be added, that confirms, that auto-complete controls (e.g. jQueryUI.AutoComplete) for JS-enabled drivers works as expected:
- you can type a test
- a dropdown appears with a suggestions
- clicking on a suggestion puts it into the input
- [not sure about this one] the
change event is fired
Right now due way how it's implemented at least for MinkSelenium2Driver this is a big issue.
The test needs to be added, that confirms, that auto-complete controls (e.g. jQueryUI.AutoComplete) for JS-enabled drivers works as expected:
changeevent is firedRight now due way how it's implemented at least for MinkSelenium2Driver this is a big issue.