Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 5626632

Browse files
committed
MAGETWO-80898: Create Functional Test to verify if Ordered Products Grid displays child simple products SKU for a configurable product
- Fixed dataset name
1 parent 1aa5a61 commit 5626632

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Repository/ConfigurableProduct.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,7 @@
11481148
</field>
11491149
</dataset>
11501150

1151-
<dataset name="with_two_options">
1151+
<dataset name="with_only_two_options">
11521152
<field name="name" xsi:type="string">Configurable product with two options %isolation%</field>
11531153
<field name="sku" xsi:type="string">sku_test_configurable_product_with_two_options_%isolation%</field>
11541154
<field name="price" xsi:type="array">

dev/tests/functional/tests/app/Magento/Sales/Test/Repository/OrderInjectable.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@
329329

330330
<dataset name="configurable_product">
331331
<field name="entity_id" xsi:type="array">
332-
<item name="products" xsi:type="string">configurableProduct::with_two_options</item>
332+
<item name="products" xsi:type="string">configurableProduct::with_only_two_options</item>
333333
</field>
334334
<field name="customer_id" xsi:type="array">
335335
<item name="dataset" xsi:type="string">default</item>

0 commit comments

Comments
 (0)