Files
snipe-it/tests/acceptance/WelcomeCept.php
T
2015-08-11 15:29:44 -07:00

7 lines
137 B
PHP

<?php
$I = new AcceptanceTester($scenario);
$I->wantTo('ensure that frontpage works');
$I->amOnPage('/');
$I->see('Account Sign in');
?>