3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-06 12:45:31 +00:00
Files
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]');