/**
  * Check Review
  * @param \Page\Product $productPage
  */
 function checkMainBlockRating(\Page\Product $productPage, \Step\Acceptance\ProductSteps $I)
 {
     $I->checkInRandomOrder();
     $productPage->checkMainBlockReview('name', 'test', 'test');
 }