File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Export Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -156,9 +156,9 @@ public function testExportBehaviour(): void
156
156
);
157
157
$ exportData = $ this ->model ->export ();
158
158
$ 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 );
160
160
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> ' );
162
162
$ this ->assertEquals (1 , $ occurrencesCount );
163
163
}
164
164
You can’t perform that action at this time.
0 commit comments