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