Using Sencha Test 2.1
So I'm trying to check a checkboxmenuitem which is an item in a button menu.
I can reference it but the method check is not availble for it:
component.gotoButton('[text=See]').gotoCheckBox('menucheckitem[text=All]').check();
-calling check on a ST.future.CheckBox does work but this is a checkboxmenuitem