it('should contain first image src', function() {
var first = element.all(by.repeater('img in
phone.images').row(0)).first();
expect(first.element(by.tagName('img')).getAttribute('src'))
.toBe('http://localhost:8000/app/img/phones/nexus-s.0.jpg');
});
Refer to juliemr's answer
<https://github.com/angular/protractor/issues/1000>
On Wednesday, June 4, 2014 at 7:27:34 AM UTC+12, Greg Houston wrote:
>
>
> 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.