File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/Test/Functional/Acceptance Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,6 @@ class AbstractCest
134134 "magento/module-page-builder-admin-gws-admin-ui " => "1.7.1 "
135135 ];
136136
137-
138137 /**
139138 * @param \CliTester $I
140139 */
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public function testApplyingPatch(\CliTester $I): void
4242 $ targetFile = $ I ->grabFileContent ('/target_file.md ' , Docker::BUILD_CONTAINER );
4343 $ I ->assertStringContainsString ('# Hello Magento ' , $ targetFile );
4444 $ I ->assertStringContainsString ('## Additional Info ' , $ targetFile );
45- $ log = $ I ->grabFileContent ('/var/log/cloud.log ' , Docker::BUILD_CONTAINER );
45+ $ log = $ I ->grabFileContent ('/init/ var/log/cloud.log ' , Docker::BUILD_CONTAINER );
4646 $ I ->assertStringContainsString ('Patch ../m2-hotfixes/patch.patch has been applied ' , $ log );
4747 }
4848
@@ -65,7 +65,7 @@ public function testApplyingExistingPatch(\CliTester $I): void
6565 $ I ->assertStringContainsString ('## Additional Info ' , $ targetFile );
6666 $ I ->assertStringContainsString (
6767 'Patch ../m2-hotfixes/patch.patch was already applied ' ,
68- $ I ->grabFileContent ('/var/log/cloud.log ' , Docker::BUILD_CONTAINER )
68+ $ I ->grabFileContent ('/init/ var/log/cloud.log ' , Docker::BUILD_CONTAINER )
6969 );
7070 }
7171}
You can’t perform that action at this time.
0 commit comments