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) 538 B
--- name: takeAction component: $ionicActionSheet --- it('should open up actionsheet', function(){ var ele = element(by.css('.button')); ele.click(); }); it('should close when clicking backdrop', function(){ var ele = element(by.css('.action-sheet-backdrop')); ele.click(); }); it('should open up actionsheet again', function(){ var ele = element(by.css('.button')); ele.click(); }); it('should click the share button', function(){ var ele = element.all(by.css('.action-sheet-group .button')); ele.get(0).click(); });