diff options
Diffstat (limited to 'test/BinderTest.js')
| -rw-r--r-- | test/BinderTest.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/BinderTest.js b/test/BinderTest.js index 9ddf38ab..e37026e7 100644 --- a/test/BinderTest.js +++ b/test/BinderTest.js @@ -703,7 +703,6 @@ BinderTest.prototype.testActionOnAHrefThrowsError = function(){ var input = state.node.find('a'); input.click(); assertEquals('abc', fromJson(input.attr('ng-error')).a); - assertNotNull(input.data('qtip')); assertTrue("should have an error class", input.hasClass('ng-exception')); input.attr('ng-action', '0'); |
