Skip to content

Commit 5198633

Browse files
ivy00johnstomreece
authored andcommitted
MQE-350: Demos for Core and SE Teams
Adding unique="suffix" to data that was missed during the merge. 1 test fails without it.
1 parent 4ba6fe0 commit 5198633

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/Data

1 file changed

+1
-1
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/Data/ProductData.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<data key="sku" unique="suffix">SimpleProduct</data>
2525
<data key="type_id">simple</data>
2626
<data key="attribute_set_id">4</data>
27-
<data key="name">SimpleProduct</data>
27+
<data key="name" unique="suffix">SimpleProduct</data>
2828
<data key="price">123.00</data>
2929
<data key="visibility">4</data>
3030
<data key="status">1</data>

0 commit comments

Comments
 (0)