feat(ui): 435 truncated table cells #2668
Annotations
3 errors and 1 warning
Run tests:
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
|
Run tests:
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
|
Run tests
Process completed with exit code 1.
|
Setup Environment (Go, Node, Homebrew, UDS CLI, k3d)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Loading