await expect(
    page.getByRole("cell", { name: `${patches.length} Patches` }),
    "It renders a table of patches, displaying the number of patches in the header"
  ).toBeVisible();