[Test coverage] Cover exceptions in AssignShippingAddressToCart, AssignBillingAddressToCart
TomashKhamlai opened this issue · 1 comments
TomashKhamlai commented
Description:
Cover exceptions with api-functional tests:
TestCases:
\Magento\GraphQl\Customer\Quote\Customer\SetShippingAddressOnCartTest
- testWithInvalidShippingAddressesInput
\Magento\GraphQl\Customer\Quote\Customer\SetBillingAddressOnCartTest
- testWithInvalidBillingAddressInput
- testSetNotExistedBillingAddressId
Examples:
Magento\GraphQl\Customer
Magento\GraphQl\Quote\Customer
Guide:
atwixfirster commented
done
Already covered in dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/SetBillingAddressOnCartTest.php
::testSetNotExistedBillingAddressFromAddressBook()
done