We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc8c18 commit 3a125ceCopy full SHA for 3a125ce
src/material/select/select.spec.ts
@@ -2952,7 +2952,7 @@ describe('MatSelect', () => {
2952
2953
expect(fixture.componentInstance.control.value).toBeNull();
2954
expect(fixture.componentInstance.select.selected).toBeFalsy();
2955
- expect(formField.classList).not.toContain('mat-formf-field-should-float');
+ expect(formField.classList).not.toContain('mat-form-field-should-float');
2956
expect(trigger.textContent).not.toContain('Null');
2957
expect(trigger.textContent).not.toContain('Undefined');
2958
}));
0 commit comments