File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
dev/tests/verification/Resources Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,12 @@ class BasicFunctionalTestCest
126
126
$I->comment($magentoCli3); // stepKey: magentoCli3
127
127
$magentoCli4 = $I->magentoCLISecret("config:set somePath " . $I->getSecret("someKey"), 120); // stepKey: magentoCli4
128
128
$I->comment($magentoCli4); // stepKey: magentoCli4
129
+ $cronAllGroups = $I->magentoCron("", 70); // stepKey: cronAllGroups
130
+ $I->comment($cronAllGroups);
131
+ $cronSingleGroup = $I->magentoCron("index", 70); // stepKey: cronSingleGroup
132
+ $I->comment($cronSingleGroup);
133
+ $cronMultipleGroups = $I->magentoCron("a b c", 70); // stepKey: cronMultipleGroups
134
+ $I->comment($cronMultipleGroups);
129
135
$I->makeScreenshot("screenShotInput"); // stepKey: makeScreenshotKey1
130
136
$I->maximizeWindow(); // stepKey: maximizeWindowKey1
131
137
$I->moveBack(); // stepKey: moveBackKey1
You can’t perform that action at this time.
0 commit comments