Build [v1.14.24]
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user