Skip to content

Commit 787eb4c

Browse files
Copilotkdinev
andauthored
test(grids/filtering): increase grid width in chip scroll test to account for wider filter input
Agent-Logs-Url: https://github.com/IgniteUI/igniteui-angular/sessions/51980b7e-c9e3-4ddd-a731-bee8641e007f Co-authored-by: kdinev <1472513+kdinev@users.noreply.github.com>
1 parent 043e555 commit 787eb4c

2 files changed

Lines changed: 1 addition & 65 deletions

File tree

package-lock.json

Lines changed: 0 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

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

19791979
it('should scroll correct chip in view when one is deleted', async () => {
1980-
grid.width = '800px';
1980+
grid.width = '840px';
19811981
fix.detectChanges();
19821982
await wait(DEBOUNCE_TIME);
19831983

0 commit comments

Comments
 (0)