Test Select |
||
open | ../tests/html/test_select.html | |
assertSomethingSelected | theSelect | |
assertSelected | theSelect | Second Option |
select | theSelect | index=4 |
verifySelectedLabel | theSelect | Fifth Option |
verifySelected | theSelect | index=4 |
verifySelectedLabel | theSelect | Fifth Option |
verifySelectedLabels | theSelect | Fifth Option |
select | theSelect | Third Option |
verifySelected | theSelect | Third Option |
verifySelected | theSelect | label=Third Option |
verifySelectedLabel | theSelect | Third Option |
select | theSelect | label=Fourth Option |
verifySelectedLabel | theSelect | Fourth Option |
verifySelected | theSelect | Fourth Option |
select | theSelect | value=option6 |
verifySelectedLabel | theSelect | Sixth Option |
verifySelectedValue | theSelect | option6 |
verifySelected | theSelect | value=option6 |
select | theSelect | value= |
verifySelectedLabel | theSelect | Empty Value Option |
select | theSelect | id=o4 |
verifySelectedLabel | theSelect | Fourth Option |
verifySelectedId | theSelect | o4 |
select | theSelect | |
verifySelectedLabel | theSelect | |
verifySelectedLabels | theSelect |
assertErrorOnNext | Option with label 'Not an option' not found | |
select | theSelect | Not an option |
assertErrorOnNext | Not a multi-select | |
addSelection | theSelect | Fourth Option |
assertErrorOnNext | Not a multi-select | |
removeSelection | theSelect | Fourth Option |
verifySelectOptions | theSelect | First Option,Second Option,Third Option,Fourth Option,Fifth Option,Sixth Option,Empty Value Option, |