gwen-interpreter / gwen

Core Gwen interpreter
https://gweninterpreter.org
Apache License 2.0
36 stars 8 forks source link

Unable to click on drop down with bootstrap chosen applied #30

Closed bliddicoat closed 7 years ago

bliddicoat commented 7 years ago

Unable to click on a drop down that has the bootstrap chosen css applied to it (http://alxlit.name/bootstrap-chosen/)

This functions correctly with gwen version 1.7.0, though it does not work with the latest version 2.5.0.

bjuric commented 7 years ago

Thanks for raising this issue. I've published the following snapshot containing a fix (it uses web driver click instead of JS). Please retest using this snapshot and let me know it goes.

bliddicoat commented 7 years ago

Yes that has fixed the bug. Many thanks.

bjuric commented 7 years ago

This fix has been released in gwen-web v2.5.1. @bliddicoat, please close when ready. Thanks :)