We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 656f107 + 444eaae commit 446d5b0Copy full SHA for 446d5b0
app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOrderActionGroup.xml
@@ -535,4 +535,7 @@
535
<waitForPageLoad stepKey="waitForSubmitOrder"/>
536
<see stepKey="seeSuccessMessageForOrder" userInput="You created the order."/>
537
</actionGroup>
538
+ <actionGroup name="CreateOrderFilteringCustomerByEmailActionGroup" extends="CreateOrderActionGroup">
539
+ <click stepKey="chooseCustomer" selector="{{AdminOrdersGridSection.customerInOrdersSection(customer.email)}}"/>
540
+ </actionGroup>
541
</actionGroups>
0 commit comments