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 1313 <argument name =" orderNumber" type =" string" />
1414 <argument name =" customer" type =" entity" />
1515 </arguments >
16+ <waitForElementVisible selector =" {{StorefrontGuestOrderSearchSection.orderId}}" stepKey =" waitForElementInputOrderId" />
1617 <fillField selector =" {{StorefrontGuestOrderSearchSection.orderId}}" userInput =" {{orderNumber}}" stepKey =" inputOrderId" />
1718 <fillField selector =" {{StorefrontGuestOrderSearchSection.billingLastName}}" userInput =" {{customer.lastname}}" stepKey =" inputBillingLastName" />
1819 <selectOption selector =" {{StorefrontGuestOrderSearchSection.findOrderBy}}" userInput =" email" stepKey =" selectFindOrderByEmail" />
1920 <fillField selector =" {{StorefrontGuestOrderSearchSection.email}}" userInput =" {{customer.email}}" stepKey =" inputEmail" />
2021 </actionGroup >
21- </actionGroups >
22+ </actionGroups >
You can’t perform that action at this time.
0 commit comments