Skip to content

Commit 8347935

Browse files
author
Oleksandr Iegorov
committed
MC-38900: GraphQL Mutation setGuestEmailOnCart doesn't update quote address
1 parent 30ac6b5 commit 8347935

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/SetGuestEmailOnCartTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public function testSetGuestEmailOnCartWithDifferentEmailAddress()
7777
$quote = $this->quoteFactory->create();
7878
$this->quoteResource->load($quote, $reservedOrderId, 'reserved_order_id');
7979
$addresses = $quote->getAddressesCollection();
80+
$this->assertEquals(2, $addresses->count());
8081
foreach ($addresses as $address) {
8182
if ($address->getAddressType() === Address::ADDRESS_TYPE_SHIPPING) {
8283
$this->assertEquals($secondEmail, $address->getEmail());

0 commit comments

Comments
 (0)