diff --git a/src/ng/directive/attrs.js b/src/ng/directive/attrs.js index f4e9f3ea52d1..51325f6ed0eb 100644 --- a/src/ng/directive/attrs.js +++ b/src/ng/directive/attrs.js @@ -69,12 +69,6 @@ }, 5000, 'page should navigate to /123'); }); - xit('should execute ng-click but not reload when href empty string and name specified', function() { - element(by.id('link-4')).click(); - expect(element(by.model('value')).getAttribute('value')).toEqual('4'); - expect(element(by.id('link-4')).getAttribute('href')).toBe(''); - }); - it('should execute ng-click but not reload when no href but name specified', function() { element(by.id('link-5')).click(); expect(element(by.model('value')).getAttribute('value')).toEqual('5');