Skip to content

Commit 1fd007c

Browse files
committed
test(filtering): header was not wide enough to render chip
1 parent 746c537 commit 1fd007c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1751,7 +1751,7 @@ describe('IgxGrid - Filtering Row UI actions #grid', () => {
17511751
}));
17521752

17531753
it(`Should remove first condition chip when click 'clear' button and focus 'more' icon.`, fakeAsync(() => {
1754-
grid.getColumnByName('ProductName').width = '160px';
1754+
grid.getColumnByName('ProductName').width = '200px';
17551755
tick(DEBOUNCE_TIME);
17561756
fix.detectChanges();
17571757

0 commit comments

Comments
 (0)