9 use Magento\Mtf\Constraint\AbstractConstraint;
10 use Magento\Checkout\Test\Page\CheckoutCart;
24 $checkoutCart->open();
25 \PHPUnit\Framework\Assert::assertTrue(
26 $checkoutCart->getTopPagerBlock()->getPagesBlock()->isVisible(),
27 'The top pager of Items Grid is not visible.' 29 \PHPUnit\Framework\Assert::assertTrue(
30 $checkoutCart->getBottomPagerBlock()->getPagesBlock()->isVisible(),
31 'The bottom pager of Items Grid is not visible.' 40 return 'Pager present on the shopping cart page.';