Skip to content

Commit

Permalink
Updating tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyFigueroa committed Nov 6, 2024
1 parent 4ed4c63 commit f83bd0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui/src/lib/features/k8s/workloads/pods/component.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ suite('PodTable Component', () => {

const name = 'Pods'
const description = resourceDescriptions[name]
const minWidth = 1250

testK8sTableWithDefaults(Component, {
createStore,
Expand All @@ -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 = [
Expand Down

0 comments on commit f83bd0a

Please sign in to comment.