File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed
dev/tests/acceptance/tests/functional/Magento/FunctionalTest Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+
9
+ <config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
+ xsi : noNamespaceSchemaLocation =" ../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/DataGenerator/etc/dataProfileSchema.xsd" >
11
+ <entity name =" SimpleSalesRule" type =" SalesRule" >
12
+ <data key =" name" unique =" suffix" >SalesRule</data >
13
+ <data key =" is_active" >true</data >
14
+ <required-entity type =" SalesRuleStoreLabel" >SalesRuleStoreLabel1</required-entity >
15
+ <required-entity type =" SalesRuleStoreLabel" >SalesRuleStoreLabel2</required-entity >
16
+ </entity >
17
+ <entity name =" SalesRuleStoreLabel1" type =" SalesRuleStoreLabel" >
18
+ <data key =" store_id" >0</data >
19
+ <data key =" store_label" >TestRule_Label</data >
20
+ </entity >
21
+ <entity name =" SalesRuleStoreLabel2" type =" SalesRuleStoreLabel" >
22
+ <data key =" store_id" >1</data >
23
+ <data key =" store_label" >TestRule_Label_default</data >
24
+ </entity >
25
+ </config >
Original file line number Diff line number Diff line change 25
25
<updateData mergeKey =" updateProduct" entity =" NewSimpleProduct" createDataKey =" productHandle" />
26
26
</before >
27
27
<after >
28
- <deleteData mergeKey =" delete" createDataKey =" productHandle " />
28
+ <deleteData mergeKey =" delete" createDataKey =" updateProduct " />
29
29
</after >
30
30
<test name =" UpdateSimpleProductByApiTest" >
31
31
</test >
You can’t perform that action at this time.
0 commit comments