9 use Magento\Cms\Test\Page\CmsIndex;
10 use Magento\Mtf\Constraint\AbstractConstraint;
31 \PHPUnit\Framework\Assert::assertEquals(
32 self::TEXT_EMPTY_MINICART,
33 $cmsIndex->getCartSidebarBlock()->getEmptyMessage(),
34 'Empty minicart message not found' 37 \PHPUnit\Framework\Assert::assertFalse(
38 $cmsIndex->getCartSidebarBlock()->isItemsQtyVisible(),
39 'Minicart is not empty' 50 return 'Minicart is empty';
const TEXT_EMPTY_MINICART
processAssert(CmsIndex $cmsIndex)