Skip to content

Commit a6f59cc

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

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ public function testExportBehaviour(): void
156156
);
157157
$exportData = $this->model->export();
158158
$this->assertStringContainsString('New Product', $exportData);
159-
$this->assertStringContainsString('Description with <h2>this is my page14454</h2>', $exportData);
159+
$this->assertStringContainsString('Description with <h2>this is test page</h2>', $exportData);
160160

161-
$occurrencesCount = substr_count($exportData, 'Description with <h2>this is my page14454</h2>');
161+
$occurrencesCount = substr_count($exportData, 'Description with <h2>this is test page</h2>');
162162
$this->assertEquals(1, $occurrencesCount);
163163
}
164164

0 commit comments

Comments
 (0)