{ const before = await canvas.findByRole('button', { name: 'before' }); const target = await canvas.findByRole('button', { name: 'Copy' }); before.focus(); await userEvent.tab(); await expect(target).toHaveFocus(); }} >
{}} />