Skip to content

Commit 9612fa4

Browse files
committed
chore(*): fix failing test
1 parent d784cb7 commit 9612fa4

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
@@ -456,7 +456,7 @@ describe('Basic IgxPivotGrid #pivotGrid', () => {
456456
pivotGrid.setupColumns();
457457
fixture.detectChanges();
458458
const headerRow = fixture.nativeElement.querySelector('igx-pivot-header-row');
459-
const valueChip = headerRow.querySelector('igx-chip[id="AmountOfSale"]');
459+
const valueChip = headerRow.querySelector('igx-chip[id="Amount of Sale"]');
460460
let content = valueChip.querySelector('.igx-chip__content');
461461
expect(content.textContent.trim()).toBe('SUM(Amount of Sale)');
462462

0 commit comments

Comments
 (0)