Skip to content

Commit b7caeac

Browse files
MKirovaMKirova
authored andcommitted
Merge branch 'mkirova/row-pinning-base' of https://github.com/IgniteUI/igniteui-angular.git
2 parents 4586332 + e288f83 commit b7caeac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

projects/igniteui-angular/src/lib/grids/grid/grid-filtering-ui.spec.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2414,13 +2414,13 @@ describe('IgxGrid - Filtering Row UI actions #grid', () => {
24142414

24152415
// Verify the custom filter template is present.
24162416
expect(GridFunctions.getFilterCell(fix, 'ProductName').query(By.css('.custom-filter'))).not.toBeNull(
2417-
'\`ProductName\` customer filter tempalte was not found.');
2417+
'\`ProductName\` customer filter template was not found.');
24182418
expect(GridFunctions.getFilterCell(fix, 'Downloads').query(By.css('.custom-filter'))).not.toBeNull(
2419-
'\`Downloads\` customer filter tempalte was not found.');
2419+
'\`Downloads\` customer filter template was not found.');
24202420
expect(GridFunctions.getFilterCell(fix, 'Released').query(By.css('.custom-filter'))).not.toBeNull(
2421-
'\`Released\` customer filter tempalte was not found.');
2421+
'\`Released\` customer filter template was not found.');
24222422
expect(GridFunctions.getFilterCell(fix, 'ReleaseDate').query(By.css('.custom-filter'))).not.toBeNull(
2423-
'\`ReleaseDate\` customer filter tempalte was not found.');
2423+
'\`ReleaseDate\` customer filter template was not found.');
24242424
}));
24252425
});
24262426
});

0 commit comments

Comments
 (0)