Skip to content

Commit b566d04

Browse files
committed
chore(*): Refactor tests remove usage of deprecated properties
1 parent a4a7385 commit b566d04

File tree

5 files changed

+226
-219
lines changed

5 files changed

+226
-219
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,6 @@ describe('IgxGrid - Grid Toolbar #grid - ', () => {
6363
expect($(TOOLBAR_TAG)).toBeNull();
6464
});
6565

66-
it('default toolbar title is rendered', () => {
67-
const titleEl = $(TOOLBAR_TITLE_TAG);
68-
expect(titleEl).toBeInstanceOf(HTMLElement);
69-
expect(titleEl.textContent).toMatch('');
70-
});
71-
7266
it('toolbar title can be set through content projection', () => {
7367
const newTitle = '1234567890';
7468
fixture.componentInstance.toolbarTitle = newTitle;

0 commit comments

Comments
 (0)