Follow what this 
says: 
http://stackoverflow.com/questions/21148978/angularjs-test-runner-retrieving-value-of-binding
It works and is actually using the angular setup rather than just html 
elements.

it('should display 4 thumbnails', function() {
  var imageList = element.all(by.repeater('img in phone.images'));
  expect(imageList.count()).toBe(4);});

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to