Skip to content

Commit 79adffe

Browse files
committed
MC-25079: [Functional Test Failed]:Magento\FunctionalTestingFramework.functional.ApplyCatalogPriceRuleByProductAttributeTest
1 parent 73e5ef0 commit 79adffe

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminFillCatalogRuleConditionWithSelectAttributeActionGroup.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
<annotations>
1313
<description>EXTENDS: AdminFillCatalogRuleConditionActionGroup. Clicks on the Conditions tab. Fills in the provided condition with attribute type select.</description>
1414
</annotations>
15-
<remove keyForRemoval="fillConditionValue"/>
16-
<selectOption selector="{{AdminNewCatalogPriceRuleConditions.activeValueInput}}" userInput="{{conditionValue}}" after="waitForValueInput" stepKey="selectConditionValue"/>
15+
<selectOption selector="{{AdminNewCatalogPriceRuleConditions.activeValueInput}}" userInput="{{conditionValue}}" stepKey="fillConditionValue"/>
1716
<remove keyForRemoval="clickApply"/>
1817
<remove keyForRemoval="waitForApplyButtonInvisibility"/>
1918
</actionGroup>

app/code/Magento/CatalogRule/Test/Mftf/Test/AdminApplyCatalogPriceRuleByProductAttributeTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<description value="Admin should be able to apply the catalog price rule by product attribute"/>
1717
<severity value="CRITICAL"/>
1818
<testCaseId value="MC-25351"/>
19-
<group value="catalog_rule"/>
19+
<group value="catalogRule"/>
2020
</annotations>
2121
<before>
2222
<createData entity="productDropDownAttribute" stepKey="createDropdownAttribute"/>
@@ -178,7 +178,7 @@
178178
<argument name="productPrice" value="$createConfigFirstChildProduct.price$"/>
179179
<argument name="productFinalPrice" value="$30.00"/>
180180
</actionGroup>
181-
<!-- Verify price for configurable product with attribute option green=$54 -->
181+
<!-- Verify price for configurable product with attribute option green=$30 -->
182182
<selectOption selector="{{AdminCustomerActivitiesConfigureSection.addAttribute}}" userInput="option2" stepKey="selectSecondOptionOfConfigProduct"/>
183183
<actionGroup ref="AssertStorefrontProductPricesActionGroup" stepKey="assertConfigProductWithSecondOptionPrices">
184184
<argument name="productPrice" value="$createConfigSecondChildProduct.price$"/>

app/code/Magento/CatalogRule/Test/Mftf/Test/ApplyCatalogPriceRuleByProductAttributeTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11-
<test name="ApplyCatalogPriceRuleByProductAttributeTest">
11+
<test name="ApplyCatalogPriceRuleByProductAttributeTest" deprecated="Use AdminApplyCatalogPriceRuleByProductAttributeTest">
1212
<annotations>
1313
<stories value="Catalog price rule"/>
14-
<title value="Admin should be able to apply the catalog price rule by product attribute"/>
14+
<title value="DEPRECATED. Admin should be able to apply the catalog price rule by product attribute"/>
1515
<description value="Admin should be able to apply the catalog price rule by product attribute"/>
1616
<severity value="CRITICAL"/>
1717
<testCaseId value="MC-148"/>

0 commit comments

Comments
 (0)