File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
app/code/Magento/Sales/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 1515 </arguments >
1616 <waitForElementVisible selector =" {{StorefrontGuestOrderSearchSection.orderId}}" stepKey =" waitForElementInputOrderId" />
1717 <fillField selector =" {{StorefrontGuestOrderSearchSection.orderId}}" userInput =" {{orderNumber}}" stepKey =" inputOrderId" />
18- <waitForElementVisible selector =" {{StorefrontGuestOrderSearchSection.billingLastName}}" stepKey =" waitForElementInputBillingLastName" />
1918 <fillField selector =" {{StorefrontGuestOrderSearchSection.billingLastName}}" userInput =" {{customer.lastname}}" stepKey =" inputBillingLastName" />
20- <waitForElementVisible selector =" {{StorefrontGuestOrderSearchSection.findOrderBy}}" stepKey =" waitForElementselectFindOrderByEmailToBeVisible" />
2119 <selectOption selector =" {{StorefrontGuestOrderSearchSection.findOrderBy}}" userInput =" email" stepKey =" selectFindOrderByEmail" />
22- <waitForElementVisible selector =" {{StorefrontGuestOrderSearchSection.email}}" stepKey =" waitForElementInputEmail" />
2320 <fillField selector =" {{StorefrontGuestOrderSearchSection.email}}" userInput =" {{customer.email}}" stepKey =" inputEmail" />
2421 </actionGroup >
2522</actionGroups >
You can’t perform that action at this time.
0 commit comments