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.

15 lines (12 loc) 277 B
--- name: contacts component: collectionRepeat --- it('should filter by juan', function(){ var ele = element(by.model('search')); ele.sendKeys('juan'); }); it('should clear search', function(){ var ele = element(by.css('.bar-header .input-button')); ele.click(); });