Skip to content

Commit 9dc3e5d

Browse files
ACQE-8163: Configurable product swatches appears as available but are out of stock
- Fixed attributecode unused error
1 parent 921f9fe commit 9dc3e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/FillProductAttributeFieldsActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<scrollTo selector="{{AdvancedAttributePropertiesSection.AdvancedAttributePropertiesSectionToggle}}" stepKey="scrollToSection"/>
3636
<conditionalClick selector="{{AdvancedAttributePropertiesSection.AdvancedAttributePropertiesSectionToggle}}" dependentSelector="{{AdvancedAttributePropertiesSection.AttributeCode}}" visible="false" stepKey="openSection"/>
3737
<waitForElementVisible selector="{{AdvancedAttributePropertiesSection.AttributeCode}}" stepKey="waitForSlideOutSection"/>
38-
<fillField selector="{{AdvancedAttributePropertiesSection.AttributeCode}}" userInput="{{attributeLabel}}" stepKey="fillAttributeCode"/>
38+
<fillField selector="{{AdvancedAttributePropertiesSection.AttributeCode}}" userInput="{{attributeCode}}" stepKey="fillAttributeCode"/>
3939
<selectOption selector="{{AdvancedAttributePropertiesSection.Scope}}" userInput="{{scope}}" stepKey="selectScope"/>
4040
</actionGroup>
4141
</actionGroups>

0 commit comments

Comments
 (0)