File tree 3 files changed +8
-0
lines changed
3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ class BasicFunctionalTestCest
60
60
*/
61
61
public function BasicFunctionalTest(AcceptanceTester $I)
62
62
{
63
+ $I->comment("");
64
+ $I->comment("");
63
65
$someVarDefinition = $I->grabValueFrom();
64
66
$I->acceptPopup();
65
67
$I->amOnPage("/test/url");
Original file line number Diff line number Diff line change 30
30
<data key =" x" >200</data >
31
31
<data key =" y" >300</data >
32
32
</entity >
33
+ <entity name =" emptyData" type =" backend" >
34
+ <data key =" noData" ></data >
35
+ <data key =" definitelyNoData" />
36
+ </entity >
33
37
</entities >
Original file line number Diff line number Diff line change 22
22
<after >
23
23
<amOnPage url =" /afterUrl" stepKey =" afterAmOnPageKey" />
24
24
</after >
25
+ <comment stepKey =" basicCommentWithNoData" userInput =" {{emptyData.noData}}" />
26
+ <comment stepKey =" basicCommentWithDefinitelyNoData" userInput =" {{emptyData.definitelyNoData}}" />
25
27
<grabValueFrom stepKey =" someVarDefinition" />
26
28
<acceptPopup stepKey =" acceptPopupKey1" />
27
29
<amOnPage stepKey =" amOnPageKey1" url =" /test/url" />
You can’t perform that action at this time.
0 commit comments