mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
10 lines
190 B
TypeScript
10 lines
190 B
TypeScript
|
|
it('should toggle open aside', function() {
|
|
element(by.css('#e2eContentToggleAside')).click();
|
|
});
|
|
|
|
|
|
it('should close aside', function() {
|
|
element(by.css('#e2eCloseMenu')).click();
|
|
});
|