UNPKG

ionic-cordova-gulp-seed

Version:

Ionic & Cordova & Gulp seed with organized code, tests, bower support and some other stuff. Originated from ionic-angular-cordova-seed.

25 lines (20 loc) 483 B
--- name: simple component: ionFooterBar --- it('should show subfooter', function(){ var ele = element.all(by.css('.toggle')); ele.get(0).click(); }); it('should hide subfooter', function(){ var ele = element.all(by.css('.toggle')); ele.get(0).click(); }); it('should hide footer', function(){ var ele = element.all(by.css('.toggle')); ele.get(1).click(); }); it('should show footer', function(){ var ele = element.all(by.css('.toggle')); ele.get(1).click(); });