We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aea6a4 commit 0a6f332Copy full SHA for 0a6f332
src/ng/directive/ngId.js
@@ -128,13 +128,6 @@ function idDirective() {
128
expect(ps.get(1).getAttribute('id')).toBe('red');
129
});
130
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
- });
138
</file>
139
</example>
140
*/
0 commit comments