File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Bundle Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ public function testAddBundleToCartWithWrongBundleOptions()
227
227
* @magentoApiDataFixture Magento/Bundle/_files/product_with_multiple_options_and_custom_quantity.php
228
228
* @magentoApiDataFixture Magento/Checkout/_files/active_quote.php
229
229
*/
230
- public function testUpdateBundleItemWithCustomOptionQuantity ()
230
+ public function testAddBundleItemWithCustomOptionQuantity ()
231
231
{
232
232
233
233
$ this ->quoteResource ->load (
@@ -309,11 +309,11 @@ private function getMutationsQuery(
309
309
" {$ optionUid1 }", " {$ optionUid0 }"
310
310
],
311
311
entered_options: [{
312
- id : " {$ optionUid0 }"
312
+ uid : " {$ optionUid0 }"
313
313
value: "5"
314
314
},
315
315
{
316
- id : " {$ optionUid1 }"
316
+ uid : " {$ optionUid1 }"
317
317
value: "5"
318
318
}]
319
319
}
You can’t perform that action at this time.
0 commit comments