/**
  * @When I want to modify the :productReview product review
  */
 public function iWantToModifyTheProductReview(ReviewInterface $productReview)
 {
     $this->updatePage->open(['id' => $productReview->getId()]);
 }