three more assertions about customer

This commit is contained in:
Herbert Maschke 2020-03-03 11:22:34 +01:00
parent e094dfd09c
commit fd6601ecdf
1 changed files with 3 additions and 0 deletions

View File

@ -109,6 +109,9 @@ class OrderCest
'status' => 'pending', 'status' => 'pending',
'channel_name' => 'Default', 'channel_name' => 'Default',
'is_guest' => 0, 'is_guest' => 0,
'customer_first_name' => $customer->first_name,
'customer_last_name' => $customer->last_name,
'customer_email' => $customer->email,
'shipping_method' => 'free_free', 'shipping_method' => 'free_free',
'shipping_title' => 'Free Shipping - Free Shipping', 'shipping_title' => 'Free Shipping - Free Shipping',
'shipping_description' => 'Free Shipping', 'shipping_description' => 'Free Shipping',