snipe-it/tests/acceptance/HomeCept.php
2016-03-25 01:18:05 -07:00

9 lines
193 B
PHP

<?php
$I = new AcceptanceTester($scenario);
$I->wantTo('sign in');
$I->amOnPage('/login');
$I->see('Please Login');
$I->seeElement('input[type=text]');
$I->seeElement('input[type=password]');