featurist / browser-monkey

Reliable DOM testing
https://browsermonkey.org
53 stars 6 forks source link

added support for selecting items for a select box #1

Closed dereke closed 9 years ago

refractalize commented 9 years ago

Would be good to be able to assert the current selection, e.g. .shouldHave({selected: 'Second'}) or .shouldHave({selectedValue: 'second'}) in the case of <option value="second">Second</option>

But I'll merge it like it is now anyway! :+1:

refractalize commented 9 years ago

thanks! this is in v1.11.0