Skip to content

Commit b4ebf38

Browse files
committed
ACQE-8280: Pager is present on View Order page for Guest using Orders and Returns functionality if qty of ordered products exceeds display limit
- Updated action group
1 parent f6c791f commit b4ebf38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
<argument name="emailId" type="string"/>
1414
</arguments>
1515
<remove keyForRemoval="inputEmail"/>
16-
<fillField selector="{{StorefrontGuestOrderSearchSection.email}}" userInput="{{emailId}}" stepKey="enterMailId" after="fillEmailId"/>
16+
<fillField selector="{{StorefrontGuestOrderSearchSection.email}}" userInput="{{emailId}}" stepKey="enterMailId" after="selectFindOrderByEmail"/>
1717
</actionGroup>
1818
</actionGroups>

0 commit comments

Comments
 (0)