diff --git a/frontend/packages/metal3-plugin/src/components/dashboard/inventory-card.tsx b/frontend/packages/metal3-plugin/src/components/dashboard/inventory-card.tsx index fb0161fe8e7..1cb2e017db4 100644 --- a/frontend/packages/metal3-plugin/src/components/dashboard/inventory-card.tsx +++ b/frontend/packages/metal3-plugin/src/components/dashboard/inventory-card.tsx @@ -94,6 +94,7 @@ export const InventoryCard: React.FC = ({ pluralTitle="Pods" count={podCount} error={podError} + data-test-id="metal3-plugin-dashboard-inventory-pod" /> = ({ pluralTitle="Disks" count={diskCount} error={null} + data-test-id="metal3-plugin-dashboard-inventory-disk" /> = ({ pluralTitle="NICs" count={nicCount} error={null} + data-test-id="metal3-plugin-dashboard-inventory-nic" /> = ({ pluralTitle="CPUs" count={cpuCount} error={null} + data-test-id="metal3-plugin-dashboard-inventory-cpu" /> = ({ pluralTitle="Fans" count={fanCount} error={fanError} + data-test-id="metal3-plugin-dashboard-inventory-fan" > @@ -136,6 +141,7 @@ export const InventoryCard: React.FC = ({ pluralTitle="PSUs" count={psuCount} error={psuError} + data-test-id="metal3-plugin-dashboard-inventory-psu" >