mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-12 22:45:52 +08:00
chore(ngClass): remove debugger statement from an e2e test
This commit is contained in:
@@ -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');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user