Skip to content

Commit 30b049d

Browse files
committed
GraphQL-602: [Test Coverage] Get Specified shipping address
1 parent ac76e2e commit 30b049d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public function testGetSpecifiedShippingAddressOfNonExistentCart()
137137
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
138138
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_shipping_address.php
139139
*/
140-
public function testGetSpecifiedShippingAddressFromAnotherGuestCart()
140+
public function testGetSpecifiedShippingAddressFromGuestCart()
141141
{
142142
$maskedQuoteId = $this->getMaskedQuoteIdByReservedOrderId->execute('test_quote');
143143

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,14 @@ public function testGetShippingAddressOfNonExistentCart()
117117
}
118118

119119
/**
120+
* _security
120121
* @magentoApiDataFixture Magento/Customer/_files/customer.php
121122
* @magentoApiDataFixture Magento/GraphQl/Catalog/_files/simple_product.php
122123
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
123124
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
124125
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_shipping_address.php
125126
*/
126-
public function testGetShippingAddressFromAnotherCustomerCart()
127+
public function testGetShippingAddressFromCustomerCart()
127128
{
128129
$maskedQuoteId = $this->getMaskedQuoteIdByReservedOrderId->execute('test_quote');
129130
$query = $this->getQuery($maskedQuoteId);

0 commit comments

Comments
 (0)