Skip to content

Commit f618972

Browse files
committed
Add tests to cover new feature
1 parent 1993915 commit f618972

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dev/tests/verification/Resources/BasicFunctionalTest.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,12 @@ class BasicFunctionalTestCest
126126
$I->comment($magentoCli3); // stepKey: magentoCli3
127127
$magentoCli4 = $I->magentoCLISecret("config:set somePath " . $I->getSecret("someKey"), 120); // stepKey: magentoCli4
128128
$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);
129135
$I->makeScreenshot("screenShotInput"); // stepKey: makeScreenshotKey1
130136
$I->maximizeWindow(); // stepKey: maximizeWindowKey1
131137
$I->moveBack(); // stepKey: moveBackKey1

0 commit comments

Comments
 (0)