Skip to content

Commit 01d40ed

Browse files
Copilothotlong
andcommitted
Remove duplicate assertion from ObjectGalleryIntegration test
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 6e2b0fb commit 01d40ed

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

apps/console/src/__tests__/ObjectGalleryIntegration.test.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ describe('ObjectGallery & ListView Integration', () => {
7979
// ObjectGallery uses: <h3 ...>{item[titleField]}</h3>
8080
expect(screen.getByText('Product A')).toBeInTheDocument();
8181
expect(screen.getByText('Product B')).toBeInTheDocument();
82-
// Note: ObjectGallery only renders title and visibleFields, not subtitleField
83-
expect(screen.getByText('Product A')).toBeInTheDocument();
8482
});
8583

8684
it('should handle empty data gracefully', async () => {

0 commit comments

Comments
 (0)