Skip to content

Commit

Permalink
test(igx-combo): test about type #1260
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipata committed Jun 25, 2018
1 parent 0bddb0e commit 3c2a621
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@ describe('Combo', () => {
expect(comboElement.childElementCount).toEqual(2);

const inputGroupElement = comboElement.children[0];
expect(inputGroupElement.attributes.getNamedItem('type').nodeValue).toEqual('box');
expect(inputGroupElement.attributes.getNamedItem('ng-reflect-type').nodeValue).toEqual('box');
expect(inputGroupElement.classList.contains(CSS_CLASS_INPUTGROUP)).toBeTruthy();
expect(inputGroupElement.classList.contains('igx-input-group--box')).toBeTruthy();
expect(inputGroupElement.classList.contains('igx-input-group--placeholder')).toBeTruthy();
Expand Down

0 comments on commit 3c2a621

Please sign in to comment.