mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
4 lines
111 B
TypeScript
4 lines
111 B
TypeScript
it('should toggle checkbox state with label click', function() {
|
|
element(by.css('#appleLabel')).click();
|
|
});
|