Skip to content

Commit

Permalink
chore(ngClass): remove debugger statement from an e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed Feb 3, 2014
1 parent bc5ceee commit 19ba651
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ng/directive/ngClass.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ function classDirective(name, selector) {
expect(ps.get(1).getAttribute('class')).toBe('');
element(by.model('style')).clear();
element(by.model('style')).sendKeys('red');
browser.debugger();
expect(ps.get(1).getAttribute('class')).toBe('red');
});
Expand Down

0 comments on commit 19ba651

Please sign in to comment.