File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments