refactor: convert groupedRows to signal input #1980
Annotations
1 error and 1 notice
|
E2E:
playwright/e2e/resize.spec.ts#L34
1) [chromium] › playwright/e2e/resize.spec.ts:5:7 › resize and pinning › pinning resize column ───
TypeError: Cannot read properties of null (reading 'width')
32 | const updatedWidth = await nameColumn.boundingBox();
33 |
> 34 | expect(updatedWidth.width).toBe(originalWidth.width + increaseWidthBy);
| ^
35 |
36 | await si.runVisualAndA11yTests('resize-name-column');
37 | });
at /__w/ngx-datatable/ngx-datatable/playwright/e2e/resize.spec.ts:34:51
|
|
E2E
1 flaky
[chromium] › playwright/e2e/resize.spec.ts:5:7 › resize and pinning › pinning resize column ────
30 passed (51.3s)
|
Loading