Restore inline qty prefix and update popup test

This commit is contained in:
beatz174-bit
2025-11-24 10:34:07 +10:00
parent a7fcc6dfbb
commit 37da04ec33
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ describe('PickItemRow', () => {
);
const productName = screen.getByText(baseProduct.name);
const quantityLabel = screen.getByText('1 unit');
const quantityLabel = screen.getByText('Qty: 1 unit');
const titleRow = screen.getByTestId('pick-item-title-row');
const rowStyle = getComputedStyle(titleRow);