Skip to content

Commit a3375ba

Browse files
committed
Merge branch '2.4-develop' into ACP2E-3501
2 parents d690129 + 807f12a commit a3375ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAssertTotalsWithTaxOnOrderViewPageActionGroup.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
/**
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
4+
* Copyright 2024 Adobe
5+
* All Rights Reserved.
66
*/
77
-->
88

@@ -25,7 +25,7 @@
2525
</arguments>
2626
<scrollTo selector="{{AdminOrderTotalSection.subTotal}}" stepKey="scrollToOrderTotalSection"/>
2727
<waitForText selector="{{AdminOrderTotalSection.subTotal}}" userInput="{{subtotalExclTax}}" stepKey="checkSubtotalExclTax"/>
28-
<waitForText selector="{{AdminOrderTotalSection.fieldsInOrderTotals('Subtotal (Incl.Tax)')}}" userInput="{{subtotalInclTax}}" stepKey="checkPriceForSubtotalInclTax"/>
28+
<waitForText time="30" selector="{{AdminOrderTotalSection.fieldsInOrderTotals('Subtotal (Incl.Tax)')}}" userInput="{{subtotalInclTax}}" stepKey="checkPriceForSubtotalInclTax"/>
2929
<waitForText selector="{{AdminOrderTotalSection.fieldsInOrderTotals('Discount (Sales Rule Description)')}}" userInput="{{discount}}" stepKey="checkPriceForDiscount"/>
3030
<waitForText selector="{{AdminOrderTotalSection.fieldsInOrderTotals('Shipping &amp; Handling (Excl.Tax)')}}" userInput="{{shippingAndHandlingExclTax}}" stepKey="checkPriceForShippingAndHandlingExclTax"/>
3131
<waitForText selector="{{AdminOrderTotalSection.fieldsInOrderTotals('Shipping &amp; Handling (Incl.Tax)')}}" userInput="{{shippingAndHandlingInclTax}}" stepKey="checkPriceForShippingAndHandlingInclTax"/>
@@ -36,4 +36,4 @@
3636
<click selector="{{AdminOrderTotalSection.totalTaxDropdown}}" stepKey="clickTotalTaxDropdown"/>
3737
<waitForText selector="{{AdminOrderTotalSection.totalTaxWithTaxRate}}" userInput="{{totalTaxWithTaxRate}}" stepKey="checkPriceForTotalTaxWithTaxRate"/>
3838
</actionGroup>
39-
</actionGroups>
39+
</actionGroups>

0 commit comments

Comments
 (0)