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