mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
chore(ngClass): remove debugger statement from an e2e test
This commit is contained in:
parent
bc5ceee275
commit
19ba6510d0
1 changed files with 0 additions and 1 deletions
|
|
@ -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');
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue