/var/www/vhosts/nabawater/vendor/codeception/base/tests/web
NameSizeModeActions
_steps/-0775rm
FriendsCept.php2570664editdlrm
FriendsLeaveCept.php2890664editdlrm
FriendWithStepsCept.php3070664editdlrm
ReconfigureWebDriverCept.php2450664editdlrm
WebDriverTest.php398890664editdlrm
_bootstrap.php1600664editdlrm
Edit: /var/www/vhosts/nabawater/vendor/codeception/base/tests/web/FriendWithStepsCept.php (307B)
wantTo('call friend with steps to ask expert work'); $I->amOnPage('/info'); $john = $I->haveFriend('john', '\WebGuy\RootWatcherSteps'); $john->does(function (WebGuy\RootWatcherSteps $I) { $I->seeInRootPage('Welcome to test app!'); }); $I->seeInCurrentUrl('/info');