Skip to content

Commit f671163

Browse files
committed
MAGETWO-94021: Problems with adding products in wish list
- remove multiple wishlist test from CE
1 parent 3109931 commit f671163

File tree

6 files changed

+0
-119
lines changed

6 files changed

+0
-119
lines changed

app/code/Magento/Config/Test/Mftf/ActionGroup/ConfigurationCustomerWishlistActionGroup.xml

Lines changed: 0 additions & 31 deletions
This file was deleted.

app/code/Magento/Wishlist/Test/Mftf/ActionGroup/StorefrontCustomerWishlistActionGroup.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,6 @@
2020
<seeCurrentUrlMatches regex="~/wishlist_id/\d+/$~" stepKey="seeCurrentUrlMatches"/>
2121
</actionGroup>
2222

23-
<!-- Add Product to split wishlist from the category page and check message -->
24-
<actionGroup name="StorefrontCustomerAddCategoryProductToWishlistActionGroup2">
25-
<arguments>
26-
<argument name="productVar"/>
27-
</arguments>
28-
<moveMouseOver selector="{{StorefrontCategoryProductSection.ProductInfoByName(productVar.name)}}" stepKey="addCategoryProductToWishlistMoveMouseOverProduct" />
29-
<!--<click selector="{{StorefrontCategoryProductSection.ProductAddToSplitWishlistByName(productVar.name)}}" stepKey="addCategoryProductToWishlistClickAddProductToWishlist"/>-->
30-
<click selector="{{StorefrontCategoryProductSection.addToWishListArrow(productVar.name)}}" stepKey="clickAddToWishlist"/>
31-
<clickWithLeftButton selector="{{StorefrontCategoryProductSection.chooseWishlist(productVar.name)}}" x="96" y="5" stepKey="selectWishlistWithOffset"/>
32-
<waitForElement selector="{{StorefrontCustomerWishlistSection.successMsg}}" time="30" stepKey="addCategoryProductToWishlistWaitForSuccessMessage"/>
33-
<see selector="{{StorefrontCustomerWishlistSection.successMsg}}" userInput="{{productVar.name}} has been added to your Wish List." stepKey="SeeProductNameAddedToWishlist"/>
34-
<seeCurrentUrlMatches regex="~/wishlist_id/\d+/$~" stepKey="seeCurrentUrlMatches"/>
35-
</actionGroup>
36-
3723
<!-- Add Product to wishlist from the product page and check message -->
3824
<actionGroup name="StorefrontCustomerAddProductToWishlistActionGroup">
3925
<arguments>

app/code/Magento/Wishlist/Test/Mftf/Page/StorefrontCustomerWishlistPage.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,4 @@
1111
<page name="StorefrontCustomerWishlistPage" url="/wishlist/" area="storefront" module="Magento_Wishlist">
1212
<section name="StorefrontCustomerWishlistSection" />
1313
</page>
14-
<page name="AdminCustomerWishlistConfigurationPage" url="admin/system_config/edit/section/wishlist/" area="admin" module="Magento_Wishlist">
15-
<section name="WishlistGeneralSection"/>
16-
</page>
1714
</pages>

app/code/Magento/Wishlist/Test/Mftf/Section/AdminCustomerWishlistSection.xml

Lines changed: 0 additions & 16 deletions
This file was deleted.

app/code/Magento/Wishlist/Test/Mftf/Section/StorefrontCategoryProductSection.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,5 @@
1111
<section name="StorefrontCategoryProductSection">
1212
<element name="ProductAddToWishlistByNumber" type="text" selector="//main//li[{{var1}}]//a[contains(@class, 'towishlist')]" parameterized="true"/>
1313
<element name="ProductAddToWishlistByName" type="text" selector="//main//li[.//a[contains(text(), '{{var1}}')]]//a[contains(@class, 'towishlist')]" parameterized="true"/>
14-
<element name="addToWishListArrow" type="button" selector="//main//li[.//a[contains(text(), '{{var1}}')]]//button[@title='Add to:']" parameterized="true"/>
15-
<element name="chooseWishlist" type="button" selector="(//main//li[.//a[contains(text(), '{{var1}}')]]//li[contains(@class,'item')]/span)[1]" parameterized="true"/>
1614
</section>
1715
</sections>

app/code/Magento/Wishlist/Test/Mftf/Test/StoreFrontAddProductsToWishListWithMultipleWishlistsEnabledTest.xml

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)