9 use Magento\Cms\Test\Page\CmsIndex;
10 use Magento\Wishlist\Test\Page\WishlistIndex;
11 use Magento\Mtf\Constraint\AbstractConstraint;
26 public function processAssert(CmsIndex $cmsIndex, WishlistIndex $wishlistIndex)
28 $cmsIndex->getCmsPageBlock()->waitPageInit();
29 $cmsIndex->getLinksBlock()->openLink(
"My Wish List");
30 \PHPUnit\Framework\Assert::assertTrue(
31 $wishlistIndex->getWishlistBlock()->isEmptyBlockVisible(),
32 'Wish List is not empty.' 43 return 'Wish List is empty.';
processAssert(CmsIndex $cmsIndex, WishlistIndex $wishlistIndex)