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