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 fbf2ac5 commit a10fbfdCopy full SHA for a10fbfd
dev/tests/api-functional/testsuite/Magento/GraphQl/Bundle/AddBundleProductToCartTest.php
@@ -397,9 +397,9 @@ public function testAddBundleToCartWithRadioAndSelectErr()
397
DataFixture(ProductFixture::class, ['sku' => 'simple-1', 'price' => 10], 'p1'),
398
DataFixture(ProductFixture::class, ['sku' => 'simple2', 'price' => 20], 'p2'),
399
DataFixture(BundleSelectionFixture::class, ['sku' => '$p1.sku$', 'price' => 10, 'price_type' => 0,
400
- 'type' => 'checkbox','required' => 1, 'delete' => ''], 'link1'),
+ 'required' => 1, 'delete' => ''], 'link1'),
401
DataFixture(BundleSelectionFixture::class, ['sku' => '$p2.sku$', 'price' => 25, 'price_type' => 1,
402
- 'type' => 'multi','required' => 1, 'delete' => ''], 'link2'),
+ 'required' => 1, 'delete' => ''], 'link2'),
403
DataFixture(BundleOptionFixture::class, ['product_links' => ['$link1$', '$link2$']], 'opt1'),
404
DataFixture(
405
BundleProductFixture::class,
0 commit comments