File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ class BasicFunctionalTestCest
6060 */
6161 public function BasicFunctionalTest(AcceptanceTester $I)
6262 {
63+ $I->comment("");
64+ $I->comment("");
6365 $someVarDefinition = $I->grabValueFrom();
6466 $I->acceptPopup();
6567 $I->amOnPage("/test/url");
Original file line number Diff line number Diff line change 3030 <data key =" x" >200</data >
3131 <data key =" y" >300</data >
3232 </entity >
33+ <entity name =" emptyData" type =" backend" >
34+ <data key =" noData" ></data >
35+ <data key =" definitelyNoData" />
36+ </entity >
3337</entities >
Original file line number Diff line number Diff line change 2222 <after >
2323 <amOnPage url =" /afterUrl" stepKey =" afterAmOnPageKey" />
2424 </after >
25+ <comment stepKey =" basicCommentWithNoData" userInput =" {{emptyData.noData}}" />
26+ <comment stepKey =" basicCommentWithDefinitelyNoData" userInput =" {{emptyData.definitelyNoData}}" />
2527 <grabValueFrom stepKey =" someVarDefinition" />
2628 <acceptPopup stepKey =" acceptPopupKey1" />
2729 <amOnPage stepKey =" amOnPageKey1" url =" /test/url" />
You can’t perform that action at this time.
0 commit comments