aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/booleanAttrs.js
diff options
context:
space:
mode:
authorPeter Bacon Darwin2014-02-14 12:17:03 +0000
committerPeter Bacon Darwin2014-02-16 19:03:43 +0000
commit5c6f9f8e8192030b0cb4d820f97de08f278c6075 (patch)
tree9023624cc179cee1e876da932322c337d070ac0a /src/ng/directive/booleanAttrs.js
parent64403ff36f587d9158afcf1f611215ffc603eb21 (diff)
downloadangular.js-5c6f9f8e8192030b0cb4d820f97de08f278c6075.tar.bz2
docs(ngHref): don't run the breaking protractor test
Diffstat (limited to 'src/ng/directive/booleanAttrs.js')
-rw-r--r--src/ng/directive/booleanAttrs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/directive/booleanAttrs.js b/src/ng/directive/booleanAttrs.js
index 01b9ee67..955b382d 100644
--- a/src/ng/directive/booleanAttrs.js
+++ b/src/ng/directive/booleanAttrs.js
@@ -69,7 +69,7 @@
}, 1000, 'page should navigate to /123');
});
- it('should execute ng-click but not reload when href empty string and name specified', function() {
+ 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('');