Skip to content

Commit 841199c

Browse files
author
Serhiy Shkolyarenko
committed
MAGETWO-38824: email cannot be retrieved from address on one page checkout
test fixes (cherry picked from commit 677b172)
1 parent 2991f13 commit 841199c

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

dev/tests/api-functional/testsuite/Magento/Quote/Api/BillingAddressManagementTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ public function testSetAddress()
103103
$addressData = [
104104
'firstname' => 'John',
105105
'lastname' => 'Smith',
106-
'email' => 'cat@dog.com',
107106
'company' => 'eBay Inc',
108107
'street' => ['Typical Street', 'Tiny House 18'],
109108
'city' => 'Big City',
@@ -226,7 +225,6 @@ public function testSetMyAddress()
226225
$addressData = [
227226
'firstname' => 'John',
228227
'lastname' => 'Smith',
229-
'email' => 'cat@dog.com',
230228
'company' => 'eBay Inc',
231229
'street' => ['Typical Street', 'Tiny House 18'],
232230
'city' => 'Big City',

dev/tests/api-functional/testsuite/Magento/Quote/Api/GuestBillingAddressManagementTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ public function testSetAddress()
112112
$addressData = [
113113
'firstname' => 'John',
114114
'lastname' => 'Smith',
115-
'email' => 'cat@dog.com',
116115
'company' => 'eBay Inc',
117116
'street' => ['Typical Street', 'Tiny House 18'],
118117
'city' => 'Big City',

dev/tests/api-functional/testsuite/Magento/Quote/Api/GuestShippingAddressManagementTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ public function testSetAddress()
153153
$addressData = [
154154
'firstname' => 'John',
155155
'lastname' => 'Smith',
156-
'email' => 'cat@dog.com',
157156
'company' => 'eBay Inc',
158157
'street' => ['Typical Street', 'Tiny House 18'],
159158
'city' => 'Big City',

dev/tests/api-functional/testsuite/Magento/Quote/Api/ShippingAddressManagementTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ public function testSetAddress()
128128
$addressData = [
129129
'firstname' => 'John',
130130
'lastname' => 'Smith',
131-
'email' => 'cat@dog.com',
132131
'company' => 'eBay Inc',
133132
'street' => ['Typical Street', 'Tiny House 18'],
134133
'city' => 'Big City',
@@ -306,7 +305,6 @@ public function testSetMyAddress()
306305
$addressData = [
307306
'firstname' => 'John',
308307
'lastname' => 'Smith',
309-
'email' => 'cat@dog.com',
310308
'company' => 'eBay Inc',
311309
'street' => ['Typical Street', 'Tiny House 18'],
312310
'city' => 'Big City',

0 commit comments

Comments
 (0)