File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/code/Magento/Sales/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 13
13
<argument name =" orderNumber" type =" string" />
14
14
<argument name =" customer" type =" entity" />
15
15
</arguments >
16
+ <waitForElementVisible selector =" {{StorefrontGuestOrderSearchSection.orderId}}" stepKey =" waitForElementInputOrderId" />
16
17
<fillField selector =" {{StorefrontGuestOrderSearchSection.orderId}}" userInput =" {{orderNumber}}" stepKey =" inputOrderId" />
17
18
<fillField selector =" {{StorefrontGuestOrderSearchSection.billingLastName}}" userInput =" {{customer.lastname}}" stepKey =" inputBillingLastName" />
18
19
<selectOption selector =" {{StorefrontGuestOrderSearchSection.findOrderBy}}" userInput =" email" stepKey =" selectFindOrderByEmail" />
19
20
<fillField selector =" {{StorefrontGuestOrderSearchSection.email}}" userInput =" {{customer.email}}" stepKey =" inputEmail" />
20
21
</actionGroup >
21
- </actionGroups >
22
+ </actionGroups >
You can’t perform that action at this time.
0 commit comments