Skip to content

Commit

Permalink
Solution to Step angular#8
Browse files Browse the repository at this point in the history
  • Loading branch information
heroc0111 committed Feb 15, 2014
1 parent 7586574 commit e0719c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/e2e/scenarios.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,11 @@ describe('PhoneCat App', function() {
browser().navigateTo('app/index.html#/phones/nexus-s');
});


it('should display nexus-s page', function() {
expect(binding('phone.name')).toBe('Nexus S');
//expect(binding('phone.images').length).toBe(4);
expect(repeater('.phone-thumbs li').count()).toBe(4);
//console.log(binding('phone.images'));
});
});
});

0 comments on commit e0719c5

Please sign in to comment.