Closed TomashKhamlai closed 5 years ago
Cover #1041 #1044 Will be skipped after failure
@magento run Database Compare
Hi @TomashKhamlai. The schema looks following:
input CartAddressInput {
firstname: String!
lastname: String!
company: String
street: [String!]!
city: String!
region: String
postcode: String
country_code: String!
telephone: String!
save_in_address_book: Boolean
}
country_code
is required input parameter and the case that validation does not properly happening shows that it is a framework bug. Such validation should not happen in resolvers and such test cases are redundant.
Closing this PR since the framework bug is assigned to the internal team.
Hi @TomashKhamlai, thank you for your contribution! Please, complete Contribution Survey, it will take less than a minute. Your feedback will help us to improve contribution process.
Description (*)
Covers negative case when country_code was omitted.
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)