UNPKG

ionic-angular

Version:

[![Circle CI](https://circleci.com/gh/driftyco/ionic.svg?style=svg)](https://circleci.com/gh/driftyco/ionic)

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(); });