File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
dev/tests/functional/tests/app/Magento/Wishlist/Test Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 16
16
*/
17
17
abstract class AbstractAssertWishlistProductDetails extends AbstractAssertForm
18
18
{
19
+ /**
20
+ * @inheritdoc
21
+ */
22
+ protected $ skippedFields = ['sku ' ];
23
+
19
24
/**
20
25
* Assert product details.
21
26
*
Original file line number Diff line number Diff line change 37
37
<constraint name =" Magento\Wishlist\Test\Constraint\AssertProductDetailsInWishlist" />
38
38
</variation >
39
39
<variation name =" MoveProductFromShoppingCartToWishlistTestVariation5" >
40
- <data name =" tag" xsi : type =" string" >stable:no</data >
41
40
<data name =" product/0" xsi : type =" string" >bundleProduct::bundle_dynamic_product</data >
42
41
<constraint name =" Magento\Wishlist\Test\Constraint\AssertMoveProductToWishlistSuccessMessage" />
43
42
<constraint name =" Magento\Wishlist\Test\Constraint\AssertProductIsPresentInWishlist" />
44
43
<constraint name =" Magento\Checkout\Test\Constraint\AssertCartIsEmpty" />
45
44
<constraint name =" Magento\Wishlist\Test\Constraint\AssertProductDetailsInWishlist" />
46
45
</variation >
47
46
<variation name =" MoveProductFromShoppingCartToWishlistTestVariation6" >
48
- <data name =" tag" xsi : type =" string" >stable:no</data >
49
47
<data name =" product/0" xsi : type =" string" >bundleProduct::bundle_fixed_product</data >
50
48
<constraint name =" Magento\Wishlist\Test\Constraint\AssertMoveProductToWishlistSuccessMessage" />
51
49
<constraint name =" Magento\Wishlist\Test\Constraint\AssertProductIsPresentInWishlist" />
You can’t perform that action at this time.
0 commit comments