File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed
dev/tests/functional/tests/app/Magento Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 295
295
<constraint name =" Magento\Sales\Test\Constraint\AssertOrderGrandTotal" />
296
296
<constraint name =" Magento\Sales\Test\Constraint\AssertOrderAddresses" />
297
297
</variation >
298
+ <variation name =" OnePageCheckoutTestVariation11" summary =" Checkout as Customer using default address" ticketId =" MAGETWO-42600, MAGETWO-42546" >
299
+ <data name =" products/0" xsi : type =" string" >catalogProductSimple::default</data >
300
+ <data name =" customer/dataset" xsi : type =" string" >customer_UK_US_addresses</data >
301
+ <data name =" checkoutMethod" xsi : type =" string" >login</data >
302
+ <data name =" shippingAddressCustomer" xsi : type =" array" >
303
+ <item name =" added" xsi : type =" number" >0</item >
304
+ </data >
305
+ <data name =" billingAddressCustomer" xsi : type =" array" >
306
+ <item name =" added" xsi : type =" number" >0</item >
307
+ </data >
308
+ <data name =" prices" xsi : type =" array" >
309
+ <item name =" grandTotal" xsi : type =" string" >565.00</item >
310
+ </data >
311
+ <data name =" shipping/shipping_service" xsi : type =" string" >Flat Rate</data >
312
+ <data name =" shipping/shipping_method" xsi : type =" string" >Fixed</data >
313
+ <data name =" payment/method" xsi : type =" string" >checkmo</data >
314
+ <data name =" configData" xsi : type =" string" >checkmo_specificcountry_gb</data >
315
+ <constraint name =" Magento\Checkout\Test\Constraint\AssertOrderSuccessPlacedMessage" />
316
+ <constraint name =" Magento\Sales\Test\Constraint\AssertOrderGrandTotal" />
317
+ <constraint name =" Magento\Sales\Test\Constraint\AssertOrderAddresses" />
318
+ </variation >
298
319
</testCase >
299
320
</config >
Original file line number Diff line number Diff line change 240
240
<field name =" region_id" xsi : type =" string" >Berlin</field >
241
241
<field name =" telephone" xsi : type =" string" >333-33-333-33</field >
242
242
</dataset >
243
+
244
+ <dataset name =" customer_UK_US_addresses" >
245
+ <field name =" firstname" xsi : type =" string" >John</field >
246
+ <field name =" lastname" xsi : type =" string" >Doe%isolation%</field >
247
+ <field name =" email" xsi : type =" string" >John.Doe%isolation%@example.com</field >
248
+ <field name =" password" xsi : type =" string" >123123^q</field >
249
+ <field name =" password_confirmation" xsi : type =" string" >123123^q</field >
250
+ <field name =" address" xsi : type =" array" >
251
+ <item name =" dataset" xsi : type =" string" >UK_address_default_billing, US_address_default_shipping</item >
252
+ </field >
253
+ </dataset >
243
254
</repository >
244
255
</config >
You can’t perform that action at this time.
0 commit comments