EVOLUTION-MANAGER
Edit File: protractor.js
it('should test service', function() { expect(element(by.id('simple')).element(by.model('message')).getAttribute('value')) .toEqual('test'); });