Skip to content

Commit 094d856

Browse files
Manoranjan.PrakashManoranjan.Prakash
authored andcommitted
ACQE-4426: GiftWrapTaxShouldBeDisplayedOnlyWhenGiftWrapIsSelectedBackendTest
removed remaining GiftWrapping element xpath as well
1 parent 28d6b8d commit 094d856

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Sales/Test/Mftf/Section/AdminOrdersGridSection.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<element name="orderPageSearchProductBySKU" type="input" selector="#sales_order_create_search_grid_filter_sku"/>
5151
<element name="searchProductButtonOrderPage" type="button" selector="//div[@class='order-details order-details-existing-customer']//button[@title='Search']" timeout="60"/>
5252
<element name="selectGiftsWrappingDesign" type="select" selector="#giftwrapping_design"/>
53-
<element name="giftsWrappingForOrderExclTaxPrice" type="text" selector="//tr[@class='giftwrapping']//td[contains(text(),'Gift Wrapping for Order (Excl. Tax)')]/..//span[@class='price' and text()='${{price}}']" parameterized="true"/>
54-
<element name="giftsWrappingForOrderInclTaxPrice" type="text" selector="//tr[@class='giftwrapping']//td[contains(text(),'Gift Wrapping for Order (Incl. Tax)')]/..//span[@class='price' and text()='${{price}}']" parameterized="true"/>
53+
<element name="giftsWrappingForOrderExclTaxPrice" type="text" selector="//td[contains(text(),'Gift Wrapping for Order (Excl. Tax)')]/..//span[@class='price' and text()='${{price}}']" parameterized="true"/>
54+
<element name="giftsWrappingForOrderInclTaxPrice" type="text" selector="//td[contains(text(),'Gift Wrapping for Order (Incl. Tax)')]/..//span[@class='price' and text()='${{price}}']" parameterized="true"/>
5555
</section>
5656
</sections>

0 commit comments

Comments
 (0)