init
This commit is contained in:
12
vendor/codeception/base/tests/web/_steps/RootWatcherSteps.php
vendored
Normal file
12
vendor/codeception/base/tests/web/_steps/RootWatcherSteps.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace WebGuy;
|
||||
|
||||
class RootWatcherSteps extends \WebGuy
|
||||
{
|
||||
public function seeInRootPage($selector)
|
||||
{
|
||||
$I = $this;
|
||||
$I->amOnPage('/');
|
||||
$I->see($selector);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user