Skip to content

Commit 1993915

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dev/tests/verification/TestModule/Test/BasicFunctionalTest.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@
7979
<magentoCLI command="maintenance:enable" arguments="&quot;stuffHere&quot;" timeout="120" stepKey="magentoCli2"/>
8080
<magentoCLI command="config:set somePath {{_CREDS.someKey}}" stepKey="magentoCli3"/>
8181
<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"/>
8285
<makeScreenshot userInput="screenShotInput" stepKey="makeScreenshotKey1"/>
8386
<maximizeWindow stepKey="maximizeWindowKey1"/>
8487
<moveBack stepKey="moveBackKey1"/>
@@ -143,4 +146,4 @@
143146
<fillField selector="#bar" userInput="bar" stepKey="fillField2"/>
144147
<fillField selector="#baz" userInput="baz" stepKey="fillField3"/>
145148
</test>
146-
</tests>
149+
</tests>

0 commit comments

Comments
 (0)