Skip to content

Commit be5a95e

Browse files
committed
PB-48: The order of product SKU is not respected if combined with category condition
1 parent d8ca8ec commit be5a95e

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
@@ -13,7 +13,7 @@
1313
<description>Goes to the Storefront. Validates that the 2 provided Products appear in the correct order.</description>
1414
</annotations>
1515
<arguments>
16-
<argument name="page"/>
16+
<argument name="page" defaultValue="{{StorefrontHomePage.url}}" type="string"/>
1717
<argument name="product_1"/>
1818
<argument name="product_2"/>
1919
</arguments>

0 commit comments

Comments
 (0)