Skip to content

Commit a6d18b1

Browse files
committed
chore(*): remove unnnecessary check for tabIndex in the header
1 parent e1d5493 commit a6d18b1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,6 @@ describe('IgxGrid - multi-column headers #grid', () => {
256256
expect(contactInfHeader.attributes['role']).toEqual('columnheader');
257257
expect(addressInfHeader.attributes['role']).toEqual('columnheader');
258258

259-
expect(contactInfHeader.attributes['tabindex']).toEqual('0');
260-
expect(addressInfHeader.attributes['tabindex']).toEqual('0');
261-
262259
expect(contactInfHeader.attributes['aria-label']).toEqual(contactInf.header);
263260
expect(addressInfHeader.attributes['aria-label']).toEqual(addressInf.header);
264261
expect(addressInfHeader.attributes['aria-expanded']).toEqual('true');

0 commit comments

Comments
 (0)