how could you take this a step further and verify the src attributes of the 
img elements?
 

On Monday, June 2, 2014 10:56:31 PM UTC-5, [email protected] wrote:
>
> 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