Skip to content

Commit c33fc17

Browse files
Chhandak.Baruadevarul
authored andcommitted
ACP2E-1377: HTML tags removed in Page Builder editor after Product Import
1 parent e67757a commit c33fc17

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Export

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Export/ProductTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public function testExport(): void
136136
$this->assertStringContainsString('max_characters=10', $exportData);
137137
$this->assertStringContainsString('text_attribute=!@#$%^&*()_+1234567890-=|\\:;""\'<,>.?/', $exportData);
138138
$occurrencesCount = substr_count($exportData, 'Hello "" &"" Bring the water bottle when you can!');
139-
$this->assertEquals(1, $occurrencesCount);
139+
$this->assertEquals(0, $occurrencesCount);
140140
}
141141

142142
/**

0 commit comments

Comments
 (0)