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

@@ -116,8 +116,8 @@ describe('ItemPhotoUpload Component', () => {
const cameraButton = screen.getByRole('button', { name: /camera/i })
// Check for Tailwind classes (basic check)
expect(uploadButton.className).toContain('rounded')
expect(cameraButton.className).toContain('rounded')
expect(uploadButton.className).toContain('')
expect(cameraButton.className).toContain('')
})
it('should render responsive layout with gap', () => {