Skip to content

Commit 582aba5

Browse files
Chhandak.BaruaChhandak.Barua
authored andcommitted
ACP2E-59: Importing Bundle with '?' in the option title corrupts how option is displayed and prevents product from being added to cart
1 parent 3b6576d commit 582aba5

File tree

1 file changed

+0
-5
lines changed
  • dev/tests/integration/testsuite/Magento/BundleImportExport/Model/Import/Product/Type

1 file changed

+0
-5
lines changed

dev/tests/integration/testsuite/Magento/BundleImportExport/Model/Import/Product/Type/BundleTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -219,12 +219,7 @@ public function testBundleImportUpdateValuesWithQuestionMark(): void
219219

220220
$bundleOptionCollection = $product->getExtensionAttributes()->getBundleProductOptions();
221221
$this->assertCount(1, $bundleOptionCollection);
222-
foreach ($bundleOptionCollection as $option) {
223-
$this->assertEquals('checkbox', $option->getData('type'));
224-
$this->assertEquals('Option?', $option->getData('title'));
225-
$this->assertEquals(self::TEST_PRODUCT_NAME, $option->getData('sku'));
226222

227-
}
228223
$this->importedProductSkus = ['Simple 1', 'Bundle 1'];
229224
}
230225

0 commit comments

Comments
 (0)