mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
10 lines
194 B
TypeScript
10 lines
194 B
TypeScript
|
|
it('should toggle open menu', function() {
|
|
element(by.css('.e2eContentToggleMenu')).click();
|
|
});
|
|
|
|
|
|
it('should close menu', function() {
|
|
element(by.css('[menuClose=leftMenu]')).click();
|
|
});
|