Skip to content

Commit 16745cb

Browse files
committed
PB-48: The order of product SKU is not respected if combined with category condition
1 parent 4fb740b commit 16745cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Test/Mftf/ActionGroup/CheckProductsOrderActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<argument name="product_2"/>
1919
</arguments>
2020

21-
<amOnPage url="{{page}}" stepKey="goToStoreFrontPage"/>
21+
<amOnPage url="{{page}}" stepKey="goToHomePage"/>
2222
<waitForPageLoad stepKey="waitForPageLoad5"/>
2323
<grabAttributeFrom selector="{{StorefrontCategoryProductSection.ProductImageByNumber('1')}}" userInput="alt" stepKey="grabFirstProductName1_1"/>
2424
<assertEquals expected="{{product_1.name}}" actual="($grabFirstProductName1_1)" message="notExpectedOrder" stepKey="compare1"/>

0 commit comments

Comments
 (0)