Skip to content

Commit 524996d

Browse files
committed
fix(*): trying with this value
1 parent 75095d0 commit 524996d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ describe('IgxPivotGrid #pivotGrid', () => {
981981
expect(chips[0].id).toBe('SellerName');
982982
expect(chips[0].attributes.getNamedItem('aria-selected').nodeValue).toEqual('true');
983983
expect(chips[1].id).toBe('ProductCategory');
984-
expect(chips[1].attributes.getNamedItem('aria-selected')).toEqual(null);
984+
expect(chips[1].attributes.getNamedItem('aria-selected').nodeValue).toEqual('false');
985985

986986
let esfSearch = GridFunctions.getExcelFilteringSearchComponent(fixture, excelMenu, 'igx-pivot-grid');
987987
let checkBoxes = esfSearch.querySelectorAll('igx-checkbox');

0 commit comments

Comments
 (0)