File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
app/code/Magento/Directory/Test/Mftf/Data Expand file tree Collapse file tree 1 file changed +21
-0
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
+ <entities xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
+ xsi : noNamespaceSchemaLocation =" urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd" >
11
+ <entity name =" AllowToChooseStateIfItIsOptionalForCountryEnabled" >
12
+ <data key =" path" >general/region/display_all</data >
13
+ <data key =" label" >Yes</data >
14
+ <data key =" value" >1</data >
15
+ </entity >
16
+ <entity name =" AllowToChooseStateIfItIsOptionalForCountryDisabled" >
17
+ <data key =" path" >general/region/display_all</data >
18
+ <data key =" label" >No</data >
19
+ <data key =" value" >0</data >
20
+ </entity >
21
+ </entities >
You can’t perform that action at this time.
0 commit comments