Skip to content

Commit 82a8527

Browse files
author
Carlo Dapor
committed
Fix typo: "tempalte" -> "template"
The spec refer to "tempalte", which is spelt "template".
1 parent c3defd0 commit 82a8527

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
@@ -3649,13 +3649,13 @@ describe('IgxGrid - Filtering Row UI actions #grid', () => {
36493649

36503650
// Verify the custom filter template is present.
36513651
expect(GridFunctions.getFilterCell(fix, 'ProductName').query(By.css('.custom-filter'))).not.toBeNull(
3652-
'\`ProductName\` customer filter tempalte was not found.');
3652+
'\`ProductName\` customer filter template was not found.');
36533653
expect(GridFunctions.getFilterCell(fix, 'Downloads').query(By.css('.custom-filter'))).not.toBeNull(
3654-
'\`Downloads\` customer filter tempalte was not found.');
3654+
'\`Downloads\` customer filter template was not found.');
36553655
expect(GridFunctions.getFilterCell(fix, 'Released').query(By.css('.custom-filter'))).not.toBeNull(
3656-
'\`Released\` customer filter tempalte was not found.');
3656+
'\`Released\` customer filter template was not found.');
36573657
expect(GridFunctions.getFilterCell(fix, 'ReleaseDate').query(By.css('.custom-filter'))).not.toBeNull(
3658-
'\`ReleaseDate\` customer filter tempalte was not found.');
3658+
'\`ReleaseDate\` customer filter template was not found.');
36593659
}));
36603660
});
36613661
});

0 commit comments

Comments
 (0)