Skip to content

Commit 9bf29a1

Browse files
committed
AC-13182::[Upgrade Build] Manual Upgrade Build 2.4.7-p2 -> 2.4.8-beta1
1 parent 47b448e commit 9bf29a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)