Skip to content

Commit 446d5b0

Browse files
Merge remote-tracking branch 'remotes/github/MC-17193' into EPAM-PR-69
2 parents 656f107 + 444eaae commit 446d5b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,4 +535,7 @@
535535
<waitForPageLoad stepKey="waitForSubmitOrder"/>
536536
<see stepKey="seeSuccessMessageForOrder" userInput="You created the order."/>
537537
</actionGroup>
538+
<actionGroup name="CreateOrderFilteringCustomerByEmailActionGroup" extends="CreateOrderActionGroup">
539+
<click stepKey="chooseCustomer" selector="{{AdminOrdersGridSection.customerInOrdersSection(customer.email)}}"/>
540+
</actionGroup>
538541
</actionGroups>

0 commit comments

Comments
 (0)