Skip to content

Commit 8913b98

Browse files
committed
added entity
1 parent 0a834cc commit 8913b98

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app/code/Magento/Catalog/Test/Mftf/Data/ProductOptionData.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,12 @@
186186
<entity name="ProductOptionFileSecond" extends="ProductOptionFile">
187187
<data key="title" unique="suffix">fourth option</data>
188188
</entity>
189+
<entity name="FieldProductOption" type="product_option">
190+
<var key="product_sku" entityType="product" entityKey="sku" />
191+
<data key="title">Optiontitle1</data>
192+
<data key="sku">Optiontitle1</data>
193+
<data key="type">field</data>
194+
<data key="is_require">true</data>
195+
<data key="price">250</data>
196+
<data key="price_type">fixed</data>
189197
</entities>

0 commit comments

Comments
 (0)