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