Skip to content

Commit 06c1529

Browse files
committed
ACQE-8551: [Web API Automation] - AC-8424
- Change function name for code review fix
1 parent 6f840bd commit 06c1529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function testCheckoutWithNullSecondStreetInShippingAddress()
108108
$this->setGuestEmailOnCart($cartId);
109109
$this->addProductToCart($cartId, 1, $this->findProduct());
110110

111-
$shippingMethod = $this->setShippingAddressWithNullSecondStreet($cartId);
111+
$shippingMethod = $this->setAndVerifyShippingAddressWithNullSecondStreet($cartId);
112112

113113
$this->setBillingAddress($cartId);
114114
$paymentMethod = $this->setShippingMethod($cartId, $shippingMethod);
@@ -433,7 +433,7 @@ private function placeOrder(string $cartId): void
433433
* @param string $cartId
434434
* @return array
435435
*/
436-
private function setShippingAddressWithNullSecondStreet(string $cartId): array
436+
private function setAndVerifyShippingAddressWithNullSecondStreet(string $cartId): array
437437
{
438438
$query = <<<QUERY
439439
mutation {

0 commit comments

Comments
 (0)