We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3c866 commit c840eb2Copy full SHA for c840eb2
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/SetShippingMethodOnCartTest.php
@@ -80,7 +80,7 @@ public function testSetShippingMethodOnCart()
80
self::assertArrayHasKey('cart', $response['setShippingMethodsOnCart']);
81
self::assertEquals($maskedQuoteId, $response['setShippingMethodsOnCart']['cart']['cart_id']);
82
$addressesInformation = $response['setShippingMethodsOnCart']['cart']['shipping_addresses'];
83
- self::assertCount(2, $addressesInformation);
+ self::assertCount(1, $addressesInformation);
84
self::assertEquals(
85
$addressesInformation[0]['selected_shipping_method']['code'],
86
$shippingCarrierCode . '_' . $shippingMethodCode
0 commit comments