Skip to content

Commit 4633ab9

Browse files
author
Ievgen Shakhsuvarov
committed
MAGETWO-32078: Validation for Terms and Conditions should be the same for OnePage Checkout and Multishipping Flow
1 parent 47bad3e commit 4633ab9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

dev/tests/functional/tests/app/Magento/Customer/Test/Repository/CustomerInjectable.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,15 @@ public function __construct(array $defaultConfig = [], array $defaultData = [])
115115
'password_confirmation' => '123123q',
116116
'address' => ['presets' => 'US_address_TX'],
117117
];
118+
119+
$this->_data['johndoe_with_multiple_addresses'] = [
120+
'firstname' => 'John',
121+
'lastname' => 'Doe',
122+
'group_id' => ['dataSet' => 'General'],
123+
'email' => 'JohnDoe_%isolation%@example.com',
124+
'password' => '123123q',
125+
'password_confirmation' => '123123q',
126+
'address' => ['presets' => 'US_address, US_address'],
127+
];
118128
}
119129
}

0 commit comments

Comments
 (0)