Skip to content

Commit 8f1e11f

Browse files
committed
test(grid): add missing tag label #5460
1 parent 3c9f652 commit 8f1e11f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ describe('IgxHierarchicalGrid Runtime Row Island change Scenarios #hGrid', () =>
11291129

11301130
});
11311131

1132-
describe('IgxHierarchicalGrid custom template', () => {
1132+
describe('IgxHierarchicalGrid custom template #hGrid', () => {
11331133
configureTestSuite();
11341134
let fixture: ComponentFixture<IgxHierarchicalGridCustomTemplateComponent>;
11351135
let hierarchicalGrid: IgxHierarchicalGridComponent;
@@ -1149,7 +1149,7 @@ describe('IgxHierarchicalGrid custom template', () => {
11491149
hierarchicalGrid = fixture.componentInstance.hgrid;
11501150
}));
11511151

1152-
it(' should allow setting custom template for expand/collapse icons', async() => {
1152+
it(' should allow setting custom template for expand/collapse icons', async() => {
11531153
let rows = hierarchicalGrid.dataRowList.toArray();
11541154
for (const row of rows) {
11551155
const expander = row.nativeElement.querySelector('.igx-grid__hierarchical-expander');

projects/igniteui-angular/src/lib/grids/state.directive.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { IgxBooleanFilteringOperand } from '../data-operations/filtering-conditi
1414
import { IGroupingState } from '../data-operations/groupby-state.interface';
1515
import { IGroupByExpandState } from '../data-operations/groupby-expand-state.interface';
1616

17-
describe('IgxGridState - input properties', () => {
17+
describe('IgxGridState - input properties #grid', () => {
1818
beforeEach(async(() => {
1919
TestBed.configureTestingModule({
2020
declarations: [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1375,7 +1375,7 @@ describe('Row editing expanding/collapsing #tGrid', () => {
13751375
}));*/
13761376
});
13771377

1378-
describe('Custom expand/collapse template', () => {
1378+
describe('Custom expand/collapse template #tGrid', () => {
13791379
configureTestSuite();
13801380
let fix;
13811381
let treeGrid;

0 commit comments

Comments
 (0)