Skip to content

Commit 5f4ae1a

Browse files
author
Mohit Sharma
committed
Merge branch 'ACQE-6574' into ACQE-6889-mftf-test-mainline-deployment
2 parents 38c8725 + 9bdf908 commit 5f4ae1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@
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>

0 commit comments

Comments
 (0)