diff --git a/ui/src/lib/features/k8s/workloads/pods/component.test.ts b/ui/src/lib/features/k8s/workloads/pods/component.test.ts index d6c31ab3..92a96b66 100644 --- a/ui/src/lib/features/k8s/workloads/pods/component.test.ts +++ b/ui/src/lib/features/k8s/workloads/pods/component.test.ts @@ -27,6 +27,7 @@ suite('PodTable Component', () => { const name = 'Pods' const description = resourceDescriptions[name] + const minWidth = 1250 testK8sTableWithDefaults(Component, { createStore, @@ -43,9 +44,10 @@ suite('PodTable Component', () => { ], name, description, + minWidth, }) - testK8sTableWithCustomColumns(Component, { createStore, name, description }) + testK8sTableWithCustomColumns(Component, { createStore, name, description, minWidth }) // TODO: look into adding test capability for store.filterCallback // const podMetrics = [