Skip to content

Commit ef74c75

Browse files
committed
MC-29022: Custom attribute values cannot be saved in Admin panel
1 parent 0331cb6 commit ef74c75

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
11-
<actionGroup name="StorefrontAssertAttributeOptionPresentInLayeredNavigationActionGroup">
11+
<actionGroup name="AssertStorefrontAttributeOptionPresentInLayeredNavigationActionGroup">
1212
<annotations>
1313
<description>Clicks on the attribute label. Checks for attribute option presence.</description>
1414
</annotations>

app/code/Magento/Catalog/Test/Mftf/Test/AdminCheckCustomAttributeValuesAfterProductSaveTest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<features value="Catalog"/>
1313
<stories value="Product attributes"/>
1414
<title value="Saving custom attribute values using UI"/>
15-
<description value="Checks, that saved custom attribute values are reflected on the product's edit page"/>
15+
<description value="Checks that saved custom attribute values are reflected on the product's edit page"/>
1616
<severity value="MAJOR"/>
1717
<testCaseId value="MC-17516"/>
1818
<useCaseId value="MC-29022"/>
@@ -84,11 +84,11 @@
8484
</actionGroup>
8585

8686
<!-- Assert that attribute values present in layered navigation -->
87-
<actionGroup ref="StorefrontAssertAttributeOptionPresentInLayeredNavigationActionGroup" stepKey="assertFirstAttributeOptionPresence">
87+
<actionGroup ref="AssertStorefrontAttributeOptionPresentInLayeredNavigationActionGroup" stepKey="assertFirstAttributeOptionPresence">
8888
<argument name="attributeLabel" value="$createMultiSelectProductAttribute.attribute[frontend_labels][0][label]$"/>
8989
<argument name="attributeOptionLabel" value="$addFirstOptionToAttribute.option[store_labels][0][label]$"/>
9090
</actionGroup>
91-
<actionGroup ref="StorefrontAssertAttributeOptionPresentInLayeredNavigationActionGroup" stepKey="assertThirdAttributeOptionPresence">
91+
<actionGroup ref="AssertStorefrontAttributeOptionPresentInLayeredNavigationActionGroup" stepKey="assertThirdAttributeOptionPresence">
9292
<argument name="attributeLabel" value="$createMultiSelectProductAttribute.attribute[frontend_labels][0][label]$"/>
9393
<argument name="attributeOptionLabel" value="$addThirdOptionToAttribute.option[store_labels][0][label]$"/>
9494
</actionGroup>

0 commit comments

Comments
 (0)