@@ -57,8 +57,8 @@ protected function setUp(): void
5757 public function getExecuteCases (): array
5858 {
5959 return [
60- ['block ' , 'import_gopher_cms_block_multistore ' , ['second_store_view ' ]],
61- ['page ' , 'import_gopher_cms_page_multistore ' , ['second_store_view ' ]],
60+ ['block ' , 'imported_cms_block_multistore ' , ['second_store_view ' ]],
61+ ['page ' , 'imported_cms_page_multistore ' , ['second_store_view ' ]],
6262 ];
6363 }
6464
@@ -124,13 +124,13 @@ private function checkAndCreateFiles(string $type, string $identifier, array $sc
124124 $ this ->varDirectory ->create ($ this ->exportDirPath );
125125 }
126126
127- $ blockContent = '{"title":"CMS Block Title","identifier":"import_gopher_cms_block_multistore ","stores":["second_store_view"],"is_active":true,"is_tailwindcss_jit_enabled":"1"} ' ;
127+ $ blockContent = '{"title":"CMS Block Title","identifier":"imported_cms_block_multistore ","stores":["second_store_view"],"is_active":true,"is_tailwindcss_jit_enabled":"1"} ' ;
128128 $ blockHtmlContent = '<h1>Fixture Block Title</h1>
129129<a href="{{store url=""}}">store url</a>
130130<p>Config value: "{{config path="web/unsecure/base_url"}}".</p>
131131<p>Custom variable: "{{customvar code="variable_code"}}".</p>
132132 ' ;
133- $ pageContent = '{"title":"Cms Page 100","is_active":true,"page_layout":"1column","identifier":"import_gopher_cms_page_multistore ","stores":["second_store_view"],"content_heading":"<h2>Cms Page 100 Title<\/h2>","is_tailwindcss_jit_enabled":"1"} ' ;
133+ $ pageContent = '{"title":"Cms Page 100","is_active":true,"page_layout":"1column","identifier":"imported_cms_page_multistore ","stores":["second_store_view"],"content_heading":"<h2>Cms Page 100 Title<\/h2>","is_tailwindcss_jit_enabled":"1"} ' ;
134134 $ pageHtmlContent = '<h1>Cms Page 100 Title</h1> ' ;
135135 $ jsonFilename = sprintf (
136136 "$ identifier---%s.json " ,
0 commit comments