This commit is contained in:
bison-paolo
2016-11-30 11:43:54 +01:00
parent b97aac7c4b
commit 37fb5278c4
4 changed files with 1016 additions and 8 deletions
@@ -1,6 +1,8 @@
<?php
<?php
$I = new AcceptanceTester($scenario);
$I->wantTo('CIS Startseite Testen');
//$I->amOnPage('/cis/index.html');
//$I->see('Powered by FH Complete');
?>
$I->wantTo('CIS start page');
$I->amOnPage('/cis/index.html');
$I->See('Powered by FH Complete');
?>