/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/FriendsCept.php (257B)
wantTo('call friends to try multi session'); $I->amOnPage('/info'); $jon = $I->haveFriend('jon'); $jon->does(function (WebGuy $I) { $I->amOnPage('/'); $I->seeInCurrentUrl('/'); }); $I->seeInCurrentUrl('/info');