22 \
Magento\Cms\Test\Page\CmsIndex $cmsIndex,
23 \
Magento\Customer\Test\Page\CustomerAccountIndex $customerAccountIndex,
24 \
Magento\Wishlist\Test\Page\WishlistIndex $wishlistIndex,
27 $cmsIndex->getLinksBlock()->openLink(
'My Account');
28 $customerAccountIndex->getAccountMenuBlock()->openMenuItem(
'My Wish List');
29 $wishlistItem = $wishlistIndex->getWishlistBlock()->getProductItemsBlock()->getItemProduct(
$product);
31 \PHPUnit\Framework\Assert::assertNotEquals(
33 $wishlistItem->getPrice(),
34 $product->getName() .
' has zero price on Wish List page.' 45 return 'Product price is not zero in default Wish List.';
processAssert(\Magento\Cms\Test\Page\CmsIndex $cmsIndex, \Magento\Customer\Test\Page\CustomerAccountIndex $customerAccountIndex, \Magento\Wishlist\Test\Page\WishlistIndex $wishlistIndex, \Magento\Mtf\Fixture\InjectableFixture $product)