Skip to content

Commit ee3f304

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
- Fixed static error
1 parent 24da24d commit ee3f304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Test/Mftf/Test/StorefrontVerifyPagerIsPresentOnViewOrderPageForGuestUsingOrdersAndReturnsTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
<argument name="customer" value="CustomerEntityOne"/>
221221
</actionGroup>
222222
<!-- Step 4: Click on the "Continue" Button -->
223-
<click selector="{{StorefrontGuestOrdersReturnsSearchSection.continue}}" stepKey="clickContinue"/>
223+
<click selector="{{StorefrontOrderAndReturnInformationSection.continueButton}}" stepKey="clickContinueButton"/>
224224
<waitForPageLoad stepKey="waitForPageLoad1"/>
225225
<!-- Step 4 Assertion: order has Pagers (Top and Bottom) and text "Items 1-20 of 21 total" are present and 20 items present on the first page-->
226226
<waitForText userInput="{{OrdersPaginationData.pager}}" selector="{{StorefrontOrderAndReturnInformationSection.pagerAtTop}}" stepKey="seeTotalProductsAndNumberOfProductsPerPageAtTop"/>

0 commit comments

Comments
 (0)