Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 19ba651

Browse files
committed
chore(ngClass): remove debugger statement from an e2e test
1 parent bc5ceee commit 19ba651

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ng/directive/ngClass.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ function classDirective(name, selector) {
133133
expect(ps.get(1).getAttribute('class')).toBe('');
134134
element(by.model('style')).clear();
135135
element(by.model('style')).sendKeys('red');
136-
browser.debugger();
137136
expect(ps.get(1).getAttribute('class')).toBe('red');
138137
});
139138

0 commit comments

Comments
 (0)