We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd352d commit 9fcb020Copy full SHA for 9fcb020
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/FillProductAttributeFieldsActionGroup.xml
@@ -26,7 +26,7 @@
26
<argument name="attributeLabel" type="string" defaultValue="Test Attribute"/>
27
<argument name="attributeCode" type="string" defaultValue="test_attribute"/>
28
<argument name="inputType" type="string" defaultValue="Dropdown"/>
29
- <argument name="scope" type="string" defaultValue="Yes"/>
+ <argument name="scope" type="string" defaultValue="Store View"/>
30
</arguments>
31
<click selector="{{AdminProductAttributeGridSection.createNewAttributeBtn}}" stepKey="clickAddNewAttributeButton"/>
32
<fillField selector="{{AttributePropertiesSection.DefaultLabel}}" userInput="{{attributeLabel}}" stepKey="fillAttributeLabel"/>
0 commit comments