Skip to content

Commit 283b8dd

Browse files
committed
magento/graphql-ce#486: Add customer account validation in Quote operations
1 parent 4397b4b commit 283b8dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ public function testSetPaymentOnCartWithSimpleProduct()
7979
/**
8080
* @magentoApiDataFixture Magento/GraphQl/Catalog/_files/simple_product.php
8181
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/guest/create_empty_cart.php
82+
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/guest/set_guest_email.php
8283
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
8384
*
8485
* @expectedException Exception
@@ -116,6 +117,7 @@ public function testSetPaymentOnCartWithVirtualProduct()
116117
/**
117118
* @magentoApiDataFixture Magento/GraphQl/Catalog/_files/simple_product.php
118119
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/guest/create_empty_cart.php
120+
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/guest/set_guest_email.php
119121
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
120122
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_shipping_address.php
121123
*
@@ -191,6 +193,7 @@ public function testSetPaymentMethodToCustomerCart()
191193
/**
192194
* @magentoApiDataFixture Magento/GraphQl/Catalog/_files/simple_product.php
193195
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/guest/create_empty_cart.php
196+
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/guest/set_guest_email.php
194197
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
195198
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/set_new_shipping_address.php
196199
* @expectedException Exception

0 commit comments

Comments
 (0)