);
expect(screen.getByTestId('test-child')).toBeInTheDocument();
expect(screen.getByText('Test content')).toBeInTheDocument();
});
test('should apply small variant by default', () => {
render(
Content
);
const modal = screen.getByRole('dialog');
expect(modal).toBeInTheDocument();
// Small variant is the default, just verify modal renders
});
test('should pass through modalProps', () => {
render(