Skip to content

Commit 0a6f332

Browse files
committed
Removed the unnecessary protractor test, ngId now valid for protractor. angular#7273
1 parent 3aea6a4 commit 0a6f332

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/ng/directive/ngId.js

-7
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,6 @@ function idDirective() {
128128
expect(ps.get(1).getAttribute('id')).toBe('red');
129129
});
130130
131-
it('array example should have 3 classes', function() {
132-
expect(ps.last().getAttribute('class')).toBe('');
133-
element(by.model('style1')).sendKeys('bold');
134-
element(by.model('style2')).sendKeys('strike');
135-
element(by.model('style3')).sendKeys('red');
136-
expect(ps.last().getAttribute('id')).toBe('bold');
137-
});
138131
</file>
139132
</example>
140133
*/

0 commit comments

Comments
 (0)