Skip to content

refactor: Table column widths uses async store #2147

refactor: Table column widths uses async store

refactor: Table column widths uses async store #2147

Triggered via push July 24, 2023 09:29
Status Failure
Total duration 10m 50s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors
should use the default width if it is not provided to a column and the column was not initially visible: src/table/__tests__/resizable-columns.test.tsx#L98
expect(element).toHaveStyle() - Expected - width: 120px; at Object.<anonymous> (src/table/__tests__/resizable-columns.test.tsx:98:55)
should use the fallback value for columns without explicit width: src/table/__tests__/columns-width.test.tsx#L131
expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 1 Array [ "100px", "120px", - "120px", + "", ] at Object.<anonymous> (src/table/__tests__/columns-width.test.tsx:131:86)
release / release
Process completed with exit code 1.