We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c216c5 commit 7826c4fCopy full SHA for 7826c4f
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/SetShippingMethodsOnCartTest.php
@@ -80,8 +80,10 @@ public function testSetShippingMethodOnCartWithSimpleProduct()
80
* is not set)
81
*
82
* @magentoApiDataFixture Magento/Catalog/_files/product_simple.php
83
+ * @magentoApiDataFixture Magento/Catalog/_files/product_virtual.php
84
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/guest/create_empty_cart.php
85
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
86
+ * @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_virtual_product.php
87
88
* @expectedException \Exception
89
* @expectedExceptionMessage The shipping address is missing. Set the address and try again.
0 commit comments