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) 553 B
--- name: reorderDelete component: ionList --- it('should show reorder icons', function(){ var ele = element.all(by.css('.bar-header .button')); ele.get(1).click(); }); it('should hide reorder icons', function(){ var ele = element.all(by.css('.bar-header .button')); ele.get(1).click(); }); it('should show delete icons', function(){ var ele = element.all(by.css('.bar-header .button')); ele.get(0).click(); }); it('should hide delete icons', function(){ var ele = element.all(by.css('.bar-header .button')); ele.get(0).click(); });