9 use Magento\Sales\Test\Page\SalesGuestPrint;
10 use Magento\Mtf\Constraint\AbstractConstraint;
11 use Magento\Mtf\Fixture\InjectableFixture;
21 const ERROR_MESSAGE =
"Product with name: '%s' was not found on sales guest print page.\n";
34 if (!$salesGuestPrint->getViewBlock()->getItemBlock()->isItemVisible(
$product)) {
49 return "Products were printed correctly.";
processAssert(SalesGuestPrint $salesGuestPrint, array $products)