Closed dereke closed 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>
.shouldHave({selected: 'Second'})
.shouldHave({selectedValue: 'second'})
<option value="second">Second</option>
But I'll merge it like it is now anyway! :+1:
thanks! this is in v1.11.0
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: