import { test, expect } from '@playwright/experimental-ct-solid'; import Button from '@/components/Button'; import DefaultChildren from '@/components/DefaultChildren'; test('execute callback when the button is clicked', async ({ mount }) => { const messages: string[] = []; const component = await mount(