File tree Expand file tree Collapse file tree 3 files changed +39
-0
lines changed
dev/tests/functional/tests/app/Magento/Customer/Test Expand file tree Collapse file tree 3 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 251
251
<field name =" telephone" xsi : type =" string" >333-33-333-33</field >
252
252
</dataset >
253
253
254
+ <dataset name =" DE_address_default" >
255
+ <field name =" firstname" xsi : type =" string" >Jan</field >
256
+ <field name =" lastname" xsi : type =" string" >Jansen</field >
257
+ <field name =" email" xsi : type =" string" >JaneDoe_%isolation%@example.com</field >
258
+ <field name =" company" xsi : type =" string" >Magento %isolation%</field >
259
+ <field name =" city" xsi : type =" string" >Berlin</field >
260
+ <field name =" street" xsi : type =" string" >Augsburger Strabe 41</field >
261
+ <field name =" postcode" xsi : type =" string" >10789</field >
262
+ <field name =" country_id" xsi : type =" string" >Germany</field >
263
+ <field name =" region" xsi : type =" string" >Berlin</field >
264
+ <field name =" telephone" xsi : type =" string" >333-33-333-33</field >
265
+ <field name =" default_billing" xsi : type =" string" >Yes</field >
266
+ <field name =" default_shipping" xsi : type =" string" >Yes</field >
267
+ </dataset >
268
+
254
269
<dataset name =" DE_address_Frankfurt" >
255
270
<field name =" firstname" xsi : type =" string" >Jan</field >
256
271
<field name =" lastname" xsi : type =" string" >Jansen</field >
Original file line number Diff line number Diff line change 228
228
</field >
229
229
</dataset >
230
230
231
+ <dataset name =" customer_DE_default_billing_address" >
232
+ <field name =" firstname" xsi : type =" string" >John</field >
233
+ <field name =" lastname" xsi : type =" string" >Doe%isolation%</field >
234
+ <field name =" email" xsi : type =" string" >John.Doe%isolation%@example.com</field >
235
+ <field name =" password" xsi : type =" string" >123123^q</field >
236
+ <field name =" password_confirmation" xsi : type =" string" >123123^q</field >
237
+ <field name =" address" xsi : type =" array" >
238
+ <item name =" dataset" xsi : type =" string" >DE_address_default</item >
239
+ </field >
240
+ <field name =" website_id" xsi : type =" array" >
241
+ <item name =" dataset" xsi : type =" string" >default</item >
242
+ </field >
243
+ </dataset >
244
+
231
245
<dataset name =" customer_UK_address_with_VAT" >
232
246
<field name =" firstname" xsi : type =" string" >John</field >
233
247
<field name =" lastname" xsi : type =" string" >Doe%isolation%</field >
Original file line number Diff line number Diff line change 27
27
<constraint name =" Magento\Customer\Test\Constraint\AssertCustomerAddressSuccessSaveMessage" />
28
28
<constraint name =" Magento\Customer\Test\Constraint\AssertCustomerForm" />
29
29
</variation >
30
+ <variation name =" ApplyVatIdTestVariation3" summary =" Enable Automatic Assignment of Customers to Appropriate VAT Group (valid Domestic group)" ticketId =" MAGETWO-12447" >
31
+ <data name =" vatConfig/dataset" xsi : type =" string" >enable_VAT_on_frontend</data >
32
+ <data name =" configData" xsi : type =" string" >store_information_DE_with_VAT, enable_VAT_on_frontend</data >
33
+ <data name =" customer/dataset" xsi : type =" string" >customer_DE_default_billing_address</data >
34
+ <data name =" vatId/data/vat_id" xsi : type =" string" >111607872</data >
35
+ <data name =" customerGroup" xsi : type =" string" >valid_domestic_group</data >
36
+ <data name =" tag" xsi : type =" string" >test_type:3rd_party_test</data >
37
+ <constraint name =" Magento\Customer\Test\Constraint\AssertCustomerAddressSuccessSaveMessage" />
38
+ <constraint name =" Magento\Customer\Test\Constraint\AssertCustomerForm" />
39
+ </variation >
30
40
</testCase >
31
41
</config >
You can’t perform that action at this time.
0 commit comments