mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +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();
|
|
});
|