Skip to content

Decoupling data table manager components #13148

Decoupling data table manager components

Decoupling data table manager components #13148

Triggered via pull request May 10, 2024 08:46
Status Failure
Total duration 4m 2s
Artifacts

main.yml

on: pull_request
build_lint_and_test
3m 52s
build_lint_and_test
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
DataTable › when using a custom itemRenderer › should render the item cells with the custom renderer: packages/components/data-table/src/data-table.spec.js#L97
expect(received).toHaveLength(expected) Expected length: 6 Received length: 0 Received array: [] at Object.toHaveLength (packages/components/data-table/src/data-table.spec.js:97:57)
DataTable › when setting an action for onRowClick › should call the action on clicking a row: packages/components/data-table/src/data-table.spec.js#L118
expect(jest.fn()).toHaveBeenLastCalledWith(...expected) Expected: {"id": "1-parasite", "title": "Parasite", "year": 2019}, 0, "title" Number of calls: 0 at Object.toHaveBeenLastCalledWith (packages/components/data-table/src/data-table.spec.js:118:29)
DataTable › when setting an action for onRowClick › should ignore row click for columns with such option enabled: packages/components/data-table/src/data-table.spec.js#L154
expect(jest.fn()).toHaveBeenCalledTimes(expected) Expected number of calls: 1 Received number of calls: 0 at Object.toHaveBeenCalledTimes (packages/components/data-table/src/data-table.spec.js:154:29)
build_lint_and_test
Process completed with exit code 1.
build_lint_and_test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/