Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 506b9d2

Browse files
committed
Remove available property from available shipping method test
1 parent 2fa4f1f commit 506b9d2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ public function testSetNewGuestShippingAddressOnCart()
9191
telephone
9292
available_shipping_methods {
9393
amount
94-
available
9594
base_amount
9695
carrier_code
9796
carrier_title
@@ -369,7 +368,6 @@ public function testSetNewRegisteredCustomerShippingAddressOnCart()
369368
telephone
370369
available_shipping_methods {
371370
amount
372-
available
373371
base_amount
374372
carrier_code
375373
carrier_title
@@ -440,7 +438,6 @@ public function testSetSavedRegisteredCustomerShippingAddressOnCart()
440438
telephone
441439
available_shipping_methods {
442440
amount
443-
available
444441
base_amount
445442
carrier_code
446443
carrier_title
@@ -517,7 +514,6 @@ private function assertAvailableShippingRates(array $shippingAddressResponse): v
517514

518515
$assertionMap = [
519516
['response_field' => 'amount', 'expected_value' => 5],
520-
['response_field' => 'available', 'expected_value' => true],
521517
['response_field' => 'base_amount', 'expected_value' => 5],
522518
['response_field' => 'carrier_code', 'expected_value' => 'flatrate'],
523519
['response_field' => 'carrier_title', 'expected_value' => 'Flat Rate'],

0 commit comments

Comments
 (0)