Skip to content

Commit b9d8085

Browse files
committed
ACQE-6370: Registered Customers uses Paypal Express Checkout configuration with valid credentials
- Used entity for AG value
1 parent 82762b4 commit b9d8085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Paypal/Test/Mftf/Test/AdminRegisteredCustomerCheckoutUsingPayPalExpressCheckoutTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<argument name="orderId" value="{$grabOrderNumber}"/>
6161
</actionGroup>
6262
<actionGroup ref="AdminOrderViewCheckStatusActionGroup" stepKey="seeAdminOrderStatus">
63-
<argument name="status" value="Processing"/>
63+
<argument name="status" value="{{OrderState.processing}}"/>
6464
</actionGroup>
6565
<waitForText selector="{{AdminOrderTotalSection.grandTotal}}" userInput="$15.00" stepKey="checkGrandTotal"/>
6666
<actionGroup ref="AdminOpenOrderCommentsHistoryActionGroup" stepKey="clickOnCommentsHistory"/>

0 commit comments

Comments
 (0)