File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/material/core/theming/tests Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -162,8 +162,8 @@ describe('M3 theme', () => {
162162 }
163163 `);
164164
165- expect(css).toContain('--mat-filled-text- field-caret-color: magenta');
166- expect(css).not.toContain('--mat-outline-text- field-caret-color: magenta');
165+ expect(css).toContain('--mat-form- field-filled -caret-color: magenta');
166+ expect(css).not.toContain('--mat-form- field-outlined -caret-color: magenta');
167167 expectNoWarning(/`filled-caret-color` is deprecated/);
168168 });
169169
@@ -174,8 +174,8 @@ describe('M3 theme', () => {
174174 }
175175 `);
176176
177- expect(css).toContain('--mat-filled-text- field-caret-color: magenta');
178- expect(css).toContain('--mat-outlined-text- field-caret-color: magenta');
177+ expect(css).toContain('--mat-form- field-filled -caret-color: magenta');
178+ expect(css).toContain('--mat-form- field-outlined -caret-color: magenta');
179179 expectWarning(
180180 /Token `caret-color` is deprecated. Please use one of the following alternatives: filled-caret-color, outlined-caret-color/,
181181 );
You can’t perform that action at this time.
0 commit comments