Skip to content

Commit

Permalink
GraphQL-602: [Test Coverage] Get Specified shipping address
Browse files Browse the repository at this point in the history
  • Loading branch information
naydav committed May 1, 2019
1 parent ac76e2e commit 30b049d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public function testGetSpecifiedShippingAddressOfNonExistentCart()
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_shipping_address.php
*/
public function testGetSpecifiedShippingAddressFromAnotherGuestCart()
public function testGetSpecifiedShippingAddressFromGuestCart()
{
$maskedQuoteId = $this->getMaskedQuoteIdByReservedOrderId->execute('test_quote');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,14 @@ public function testGetShippingAddressOfNonExistentCart()
}

/**
* _security
* @magentoApiDataFixture Magento/Customer/_files/customer.php
* @magentoApiDataFixture Magento/GraphQl/Catalog/_files/simple_product.php
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_shipping_address.php
*/
public function testGetShippingAddressFromAnotherCustomerCart()
public function testGetShippingAddressFromCustomerCart()
{
$maskedQuoteId = $this->getMaskedQuoteIdByReservedOrderId->execute('test_quote');
$query = $this->getQuery($maskedQuoteId);
Expand Down

0 comments on commit 30b049d

Please sign in to comment.