You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/AddConfigurableProductToCartTest.php
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -265,7 +265,8 @@ public function testAddNonExistentConfigurableProductVariationToCart()
265
265
266
266
$this->expectException(\Exception::class);
267
267
$this->expectExceptionMessage(
268
-
'Could not add the product with SKU configurable to the shopping cart: Could not find specified product.'
268
+
'Could not add the product with SKU configurable to the shopping cart: The product that was requested ' .
269
+
'doesn\'t exist. Verify the product and try again.'
0 commit comments