Skip to content

Commit 52add61

Browse files
author
Stas Puga
committed
MAGETWO-90370: Automate with MFTF Gift Options
1 parent 7e1e6cf commit 52add61

File tree

3 files changed

+0
-40
lines changed

3 files changed

+0
-40
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Checkout/Section/CheckoutCartProductSection.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,5 @@
2626
parameterized="true"/>
2727
<element name="RemoveItem" type="button"
2828
selector="//table[@id='shopping-cart-table']//tbody//tr[contains(@class,'item-actions')]//a[contains(@class,'action-delete')]"/>
29-
<element name="cartItemGiftOption" type="text" selector="//tr[contains(., '{{var1}}')]/following-sibling::*[contains(., '{{var2}}')]" parameterized="true"/>
30-
<element name="cartGiftOptionAll" type="text" selector="//div[contains(@class,'cart-gift-item')][contains(., '{{var1}}')]" parameterized="true"/>
31-
<element name="clickCartItemGiftOptions" type="button" selector=".gift-options-cart-item .action-gift"/>
32-
<element name="clickCartGiftOptions" type="button" selector=".cart-gift-item div[data-role='title']"/>
33-
<element name="cartVisibleSmallImage" type="text" selector=".gift-item-block .gift-options-content img"/>
34-
<element name="cartItemVisibleSmallImage" type="text" selector="#shopping-cart-table .gift-options-content img"/>
35-
<element name="cartGiftMessage" type="block" selector=".cart-gift-item .gift-message"/>
36-
<element name="cartItemGiftMessage" type="block" selector="#shopping-cart-table .gift-options .gift-message"/>
37-
<element name="cartItemClickButtonGiftUpdate" type="button" selector=".gift-options-cart-item button[type='submit']"/>
3829
</section>
3930
</sections>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Checkout/Section/CheckoutCartSection.xml

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

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Checkout/Section/CheckoutCartSummarySection.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,5 @@
1414
<element name="shipping" type="text" selector="//*[@id='cart-totals']//tr[@class='totals shipping excl']//td//span[@class='price']"/>
1515
<element name="total" type="text" selector="//*[@id='cart-totals']//tr[@class='grand totals']//td//span[@class='price']"/>
1616
<element name="proceedToCheckout" type="button" selector=".action.primary.checkout span" timeout="30"/>
17-
<element name="giftWrappingOrderPrice" type="text" selector="#cart-totals td[data-th='Gift Wrapping for Order']"/>
18-
<element name="giftPrintedCardPrice" type="text" selector="#cart-totals td[data-th='Printed Card']"/>
1917
</section>
2018
</sections>

0 commit comments

Comments
 (0)