await expect(
    page
      .getByTestId("consumer-table")
      .getByRole("cell", { name: "userNew", exact: true }),
    "it has updated the rendered username to the new value"