File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
dev/tests/verification/TestModule/Test Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 79
79
<magentoCLI command =" maintenance:enable" arguments =" " stuffHere" " timeout =" 120" stepKey =" magentoCli2" />
80
80
<magentoCLI command =" config:set somePath {{_CREDS.someKey}}" stepKey =" magentoCli3" />
81
81
<magentoCLI command =" config:set somePath {{_CREDS.someKey}}" timeout =" 120" stepKey =" magentoCli4" />
82
+ <magentoCron stepKey =" cronAllGroups" />
83
+ <magentoCron groups =" index" stepKey =" cronSingleGroup" />
84
+ <magentoCron groups =" a b c" stepKey =" cronMultipleGroups" />
82
85
<makeScreenshot userInput =" screenShotInput" stepKey =" makeScreenshotKey1" />
83
86
<maximizeWindow stepKey =" maximizeWindowKey1" />
84
87
<moveBack stepKey =" moveBackKey1" />
143
146
<fillField selector =" #bar" userInput =" bar" stepKey =" fillField2" />
144
147
<fillField selector =" #baz" userInput =" baz" stepKey =" fillField3" />
145
148
</test >
146
- </tests >
149
+ </tests >
You can’t perform that action at this time.
0 commit comments