Skip to content

Commit 6062d4d

Browse files
committed
ACQE-8082: [MFTF TESTS] CreateOrderFromEditCustomerPageTest
- MTFT test Updated to correctly retrieve and pass the order number for assertions on the Order page.
1 parent 4f82be7 commit 6062d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Test/Mftf/Test/CreateOrderFromEditCustomerPageTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
</actionGroup>
225225
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForOrderPageToOpen"/>
226226
<actionGroup ref="AdminOpenOrderByIdFromOrdersGridOnCustomerEditPageActionGroup" stepKey="selectOnOrderID">
227-
<argument name="orderId" value="$orderId"/>
227+
<argument name="orderId" value="$orderNumber"/>
228228
</actionGroup>
229229

230230
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForOrderInformationToLoad"/>

0 commit comments

Comments
 (0)