9 use Magento\Checkout\Test\Page\CheckoutOnepage;
10 use Magento\Mtf\Constraint\AbstractConstraint;
26 $reviewSubTotal = $checkoutOnepage->getReviewBlock()->getSubtotal();
28 \PHPUnit\Framework\Assert::assertEquals(
31 'Subtotal price: \'' . $reviewSubTotal
32 .
'\' not equals with price from data
set: \
'' . $reviewSubTotal .
'\'' 43 return 'Subtotal price equals to price from data set.';
processAssert(CheckoutOnepage $checkoutOnepage, $subTotal)