File tree 2 files changed +2
-3
lines changed
src/Test/Functional/Acceptance
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,6 @@ class AbstractCest
134
134
"magento/module-page-builder-admin-gws-admin-ui " => "1.7.1 "
135
135
];
136
136
137
-
138
137
/**
139
138
* @param \CliTester $I
140
139
*/
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public function testApplyingPatch(\CliTester $I): void
42
42
$ targetFile = $ I ->grabFileContent ('/target_file.md ' , Docker::BUILD_CONTAINER );
43
43
$ I ->assertStringContainsString ('# Hello Magento ' , $ targetFile );
44
44
$ 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 );
46
46
$ I ->assertStringContainsString ('Patch ../m2-hotfixes/patch.patch has been applied ' , $ log );
47
47
}
48
48
@@ -65,7 +65,7 @@ public function testApplyingExistingPatch(\CliTester $I): void
65
65
$ I ->assertStringContainsString ('## Additional Info ' , $ targetFile );
66
66
$ I ->assertStringContainsString (
67
67
'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 )
69
69
);
70
70
}
71
71
}
You can’t perform that action at this time.
0 commit comments