Build [v1.14.24]

This commit is contained in:
2026-04-25 12:04:02 +03:00
parent 33c1555d8c
commit 3257a2cf48
50 changed files with 837 additions and 845 deletions

View File

@@ -110,7 +110,7 @@ describe('InventoryTable - Photo Display', () => {
const thumbnail = screen.getByAltText('Test Item');
expect(thumbnail.parentElement).toHaveClass(
'border-2',
'border-slate-300'
'border-foreground'
);
});