saleor-dashboard/cypress/fixtures/addresses.json
Karolina Rakoczy e76c78a23b
tests for shipping (#1173)
* tests for shipping

* fix typo

Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>

* add data-test-id

Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2021-07-12 11:50:50 +03:00

44 lines
No EOL
1.1 KiB
JSON

{
"plAddress": {
"firstName": "test",
"lastName": "test",
"companyName": "Test3",
"streetAddress1": "Smolna",
"streetAddress2": "13/1",
"city": "Wrocław",
"postalCode": "53-346",
"country": "PL",
"countryArea": "Dolny Śląsk",
"phone": "123456787",
"currency": "PLN",
"countryFullName": "Poland"
},
"usAddress": {
"firstName": "test",
"lastName": "test",
"companyName": "Test2",
"streetAddress1": "Antonio Ridge",
"streetAddress2": "34930",
"city": "North Patrickfort",
"postalCode": "70957",
"country": "US",
"countryArea": "LA",
"phone": "+12025550189",
"currency": "USD",
"countryFullName": "United States of America"
},
"secondUsAddress": {
"firstName": "test",
"lastName": "test",
"companyName": "Test2",
"streetAddress1": "Antonio Ridge",
"streetAddress2": "34930",
"city": "North Patrickfort",
"postalCode": "70958",
"country": "US",
"countryArea": "LA",
"phone": "2025550189",
"currency": "USD",
"countryFullName": "United States of America"
}
}