Skip to content

Commit a1f7a28

Browse files
author
Prabhu Ram
committed
MC-22213: Implementation - Merge cart
- web api fix
1 parent 18d540b commit a1f7a28

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/MergeCartsTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,12 @@ public function testGuestCartExpiryAfterMerge()
127127

128128
$query = $this->getCartMergeMutation($guestQuoteMaskedId, $customerQuoteMaskedId);
129129
$this->graphQlMutation($query, [], '', $this->getHeaderMap());
130+
$this->graphQlMutation(
131+
$this->getCartQuery($guestQuoteMaskedId),
132+
[],
133+
'',
134+
$this->getHeaderMap()
135+
);
130136
}
131137

132138
/**

0 commit comments

Comments
 (0)