10 use Magento\Reports\Test\Page\Adminhtml\CustomerReportReview;
11 use Magento\Mtf\Constraint\AbstractConstraint;
28 CustomerReportReview $customerReportReview,
33 $customerReportReview->open();
34 \PHPUnit\Framework\Assert::assertEquals(
36 $customerReportReview->getGridBlock()->getQtyReview($customerName),
37 'Wrong qty review in Customer Reviews Report grid.' 48 return 'Product reviews qty column in \'Review Report by Customer\' grid is correct.';
processAssert(CustomerReportReview $customerReportReview, Customer $customer, $reviewsCount)