Open GCorbel opened 11 years ago
it should probably be find(:css, drop_container).find(:css, ".select2-result-label").click
since the span is used to match the searched text
Both are working.
I made a benchmark and this is the result :
select2-result-label 1.150000 0.510000 1.660000 ( 3.041824)
select2-match 1.050000 0.440000 1.490000 ( 2.712075)
So, for speed, it's better to use "select2-match". Do you see another reason than speed?
select2-match
is empty, unless you do a search
I did the changes.
It works for me