Files
ionic-framework/ionic/components/show-hide-when/test/basic/e2e.ts
2015-08-03 11:24:47 -05:00

5 lines
112 B
TypeScript

it('should toggle checkbox state with label click', function() {
element(by.css('#appleLabel')).click();
});