feat(ui): 435 truncated table cells #2668
Annotations
13 errors and 1 warning
src/lib/features/k8s/workloads/pods/component.test.ts > PodTable Component > creates component with correct props and default columns:
ui/src/lib/features/k8s/test-helper.ts#L35
AssertionError: expected "spy" to be called with arguments: [ { '$$inline': true, …(1) } ]
Received:
1st spy call:
Array [
Object {
"$$inline": true,
"props": Object {
"columns": Array [
Array [
"name",
"w-2/12 xl:w-3/12",
],
Array [
"namespace",
"w-2/12",
],
Array [
"controlled_by",
"w-1/12",
],
Array [
"containers",
"w-1/12",
],
Array [
"status",
"w-1/12",
],
Array [
"restarts",
"w-1/12",
],
Array [
"usage",
"w-2/12 xl:w-1/12",
],
Array [
"node",
"w-1/12",
],
Array [
"age",
"w-1/12",
],
],
"createStore": [Function createStore],
"description": "A Pod is the smallest and simplest Kubernetes object. A Pod represents a set of running containers on your cluster.",
+ "minWidth": 1250,
"name": "Pods",
},
},
]
Number of calls: 1
❯ src/lib/features/k8s/test-helper.ts:35:23
|
src/lib/features/k8s/workloads/pods/component.test.ts > PodTable Component > creates component with custom columns:
ui/src/lib/features/k8s/test-helper.ts#L54
AssertionError: expected "spy" to be called with arguments: [ { '$$inline': true, …(1) } ]
Received:
1st spy call:
Array [
Object {
"$$inline": true,
"props": Object {
"columns": Array [
Array [
"blah",
],
Array [
"blah2",
],
],
"createStore": [Function createStore],
"description": "A Pod is the smallest and simplest Kubernetes object. A Pod represents a set of running containers on your cluster.",
+ "minWidth": 1250,
"name": "Pods",
},
},
]
Number of calls: 1
❯ src/lib/features/k8s/test-helper.ts:54:23
|
tests (unit)
Process completed with exit code 1.
|
tests (e2e-in-cluster)
The job was canceled because "unit" failed.
|
tests (e2e-in-cluster)
The operation was canceled.
|
tests (e2e)
The job was canceled because "unit" failed.
|
tests (e2e)
The operation was canceled.
|
tests (e2e-connections)
The job was canceled because "unit" failed.
|
tests (e2e-connections)
The operation was canceled.
|
tests (api)
The job was canceled because "unit" failed.
|
tests (api)
The operation was canceled.
|
tests (local-auth)
The job was canceled because "unit" failed.
|
tests (local-auth)
The operation was canceled.
|
tests (unit)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
debug-logapi
|
2.84 KB |
|
debug-loge2e
|
2.41 KB |
|
debug-loge2e-connections
|
858 Bytes |
|
debug-loge2e-in-cluster
|
61.5 KB |
|
debug-loglocal-auth
|
905 Bytes |
|
debug-logunit
|
1.18 KB |
|