Skip to content

Commit 3ebbcad

Browse files
committed
MAGETWO-60377: [FT]MoveProductFromShoppingCartToWishlistTest randomly failed on assertProductDetails step on CICD
1 parent 05f9df7 commit 3ebbcad

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

dev/tests/functional/tests/app/Magento/Wishlist/Test/Constraint/AbstractAssertWishlistProductDetails.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
*/
1717
abstract class AbstractAssertWishlistProductDetails extends AbstractAssertForm
1818
{
19+
/**
20+
* @inheritdoc
21+
*/
22+
protected $skippedFields = ['sku'];
23+
1924
/**
2025
* Assert product details.
2126
*

dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/MoveProductFromShoppingCartToWishlistTest.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,13 @@
3737
<constraint name="Magento\Wishlist\Test\Constraint\AssertProductDetailsInWishlist" />
3838
</variation>
3939
<variation name="MoveProductFromShoppingCartToWishlistTestVariation5">
40-
<data name="tag" xsi:type="string">stable:no</data>
4140
<data name="product/0" xsi:type="string">bundleProduct::bundle_dynamic_product</data>
4241
<constraint name="Magento\Wishlist\Test\Constraint\AssertMoveProductToWishlistSuccessMessage" />
4342
<constraint name="Magento\Wishlist\Test\Constraint\AssertProductIsPresentInWishlist" />
4443
<constraint name="Magento\Checkout\Test\Constraint\AssertCartIsEmpty" />
4544
<constraint name="Magento\Wishlist\Test\Constraint\AssertProductDetailsInWishlist" />
4645
</variation>
4746
<variation name="MoveProductFromShoppingCartToWishlistTestVariation6">
48-
<data name="tag" xsi:type="string">stable:no</data>
4947
<data name="product/0" xsi:type="string">bundleProduct::bundle_fixed_product</data>
5048
<constraint name="Magento\Wishlist\Test\Constraint\AssertMoveProductToWishlistSuccessMessage" />
5149
<constraint name="Magento\Wishlist\Test\Constraint\AssertProductIsPresentInWishlist" />

0 commit comments

Comments
 (0)