File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ public function testGetSpecifiedShippingAddressOfNonExistentCart()
137
137
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
138
138
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_shipping_address.php
139
139
*/
140
- public function testGetSpecifiedShippingAddressFromAnotherGuestCart ()
140
+ public function testGetSpecifiedShippingAddressFromGuestCart ()
141
141
{
142
142
$ maskedQuoteId = $ this ->getMaskedQuoteIdByReservedOrderId ->execute ('test_quote ' );
143
143
Original file line number Diff line number Diff line change @@ -117,13 +117,14 @@ public function testGetShippingAddressOfNonExistentCart()
117
117
}
118
118
119
119
/**
120
+ * _security
120
121
* @magentoApiDataFixture Magento/Customer/_files/customer.php
121
122
* @magentoApiDataFixture Magento/GraphQl/Catalog/_files/simple_product.php
122
123
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
123
124
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
124
125
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_shipping_address.php
125
126
*/
126
- public function testGetShippingAddressFromAnotherCustomerCart ()
127
+ public function testGetShippingAddressFromCustomerCart ()
127
128
{
128
129
$ maskedQuoteId = $ this ->getMaskedQuoteIdByReservedOrderId ->execute ('test_quote ' );
129
130
$ query = $ this ->getQuery ($ maskedQuoteId );
You can’t perform that action at this time.
0 commit comments