79405608

Date: 2025-02-01 20:01:44
Score: 1.5
Natty:
Report link

From the official docs:

const child = page.getByText('Hello');
const parent = page.getByRole('listitem').filter({ has: child });
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
Posted by: Eduard Kolosovskyi