await expect(
    page
      .getByTestId("consumer-table")
      .getByRole("cell", { name: "userOld", exact: true }),
    "it shows the (old) username"