Skip to content

Commit 9fcb020

Browse files
ACQE-8163: Configurable product swatches appears as available but are out of stock
- Updated default value of scope
1 parent cbd352d commit 9fcb020

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
@@ -26,7 +26,7 @@
2626
<argument name="attributeLabel" type="string" defaultValue="Test Attribute"/>
2727
<argument name="attributeCode" type="string" defaultValue="test_attribute"/>
2828
<argument name="inputType" type="string" defaultValue="Dropdown"/>
29-
<argument name="scope" type="string" defaultValue="Yes"/>
29+
<argument name="scope" type="string" defaultValue="Store View"/>
3030
</arguments>
3131
<click selector="{{AdminProductAttributeGridSection.createNewAttributeBtn}}" stepKey="clickAddNewAttributeButton"/>
3232
<fillField selector="{{AttributePropertiesSection.DefaultLabel}}" userInput="{{attributeLabel}}" stepKey="fillAttributeLabel"/>

0 commit comments

Comments
 (0)