Skip to content

Commit 1d588fc

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Fix merge issues.
1 parent 355f5db commit 1d588fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2847,7 +2847,7 @@ describe('IgxGrid - Filtering Row UI actions #grid', () => {
28472847

28482848
it('Verify filter cell chip is scrolled into view on click.', async () => {
28492849
grid.width = '470px';
2850-
await wait(DEBOUNCETIME);
2850+
await wait(30);
28512851
fix.detectChanges();
28522852

28532853
// Verify 'ReleaseDate' filter chip is not fully visible.
@@ -2857,8 +2857,8 @@ describe('IgxGrid - Filtering Row UI actions #grid', () => {
28572857
expect(chipRect.right > gridRect.right).toBe(true,
28582858
'chip should not be fully visible and thus not within grid');
28592859

2860-
GridFunctions.clickFilterCellChipUI(fix, 'ReleaseDate');
2861-
await wait(DEBOUNCETIME);
2860+
GridFunctions.clickFilterCellChip(fix, 'ReleaseDate');
2861+
await wait(30);
28622862
fix.detectChanges();
28632863

28642864
grid.filteringRow.close();

0 commit comments

Comments
 (0)