{ const row = await canvas.findByRole('button', { name: /Forked Conversation/ }); const forkIcon = await canvas.findByRole('link'); row.focus(); await userEvent.tab(); await expect(forkIcon).toHaveFocus(); }} />