Skip to content

Commit 4d19cd1

Browse files
committed
MAGETWO-95174: Sorting by price for Configurable with Catalog Rule applied
1 parent c86d224 commit 4d19cd1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@
3737
<waitForPageLoad stepKey="waitForPageLoad"/>
3838
<selectOption selector="{{StorefrontPropertiesSection.useForPromoRuleConditions}}" userInput="{{option}}" stepKey="changeOption"/>
3939
<click selector="{{AttributePropertiesSection.Save}}" stepKey="saveAttribute"/>
40+
<see selector="{{AdminMessagesSection.success}}" userInput="You saved the product attribute." stepKey="successMessage"/>
4041
</actionGroup>
4142
</actionGroups>

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/StorefrontSortingByPriceForConfigurableWithCatalogRuleAppliedTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<description value="Sort by price should be correct if the apply Catalog Rule to child product of configurable product"/>
1717
<severity value="CRITICAL"/>
1818
<testCaseId value="MAGETWO-69988"/>
19-
<group value="ConfigurableProduct"/>
19+
<group value="сonfigurable_product"/>
2020
</annotations>
2121
<before>
2222
<createData entity="ApiCategory" stepKey="createCategory"/>

0 commit comments

Comments
 (0)