Skip to content

Commit d99eaee

Browse files
Copilothotlong
andcommitted
Fix scroll-area test to use 'children' instead of 'content'
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 3385798 commit d99eaee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/components/src/__tests__/complex-disclosure-renderers.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ describe('Complex Renderers - Display Issue Detection', () => {
178178
it('should render scrollable area', () => {
179179
const { container } = renderComponent({
180180
type: 'scroll-area',
181-
content: [{ type: 'text', content: 'Scrollable content' }],
181+
children: [{ type: 'text', content: 'Scrollable content' }],
182182
});
183183

184184
// ScrollArea renders content

0 commit comments

Comments
 (0)