File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ protected function setUp()
43
43
44
44
/**
45
45
* @magentoApiDataFixture Magento/Catalog/_files/multiple_mixed_products.php
46
+ * @magentoApiDataFixture Magento/Checkout/_files/active_quote.php
46
47
*/
47
48
public function testAddConfigurableProductToCart ()
48
49
{
@@ -62,6 +63,7 @@ public function testAddConfigurableProductToCart()
62
63
63
64
/**
64
65
* @magentoApiDataFixture Magento/Catalog/_files/multiple_mixed_products.php
66
+ * @magentoApiDataFixture Magento/Checkout/_files/active_quote.php
65
67
* @expectedException \Exception
66
68
* @expectedExceptionMessage The requested qty is not available
67
69
*/
@@ -78,6 +80,7 @@ public function testAddProductIfQuantityIsNotAvailable()
78
80
79
81
/**
80
82
* @magentoApiDataFixture Magento/Framework/Search/_files/product_configurable.php
83
+ * @magentoApiDataFixture Magento/Checkout/_files/active_quote.php
81
84
* @expectedException \Exception
82
85
* @expectedExceptionMessage Product that you are trying to add is not available.
83
86
*/
You can’t perform that action at this time.
0 commit comments