diff --git a/tests/codeception/acceptance/CISLoginPageCept.php b/tests/codeception/acceptance/CISLoginPageCept.php new file mode 100644 index 000000000..96cf998ef --- /dev/null +++ b/tests/codeception/acceptance/CISLoginPageCept.php @@ -0,0 +1,6 @@ +wantTo('CIS Startseite Testen'); +$I->amOnPage('/cis/index.html'); +$I->see('Powered by FH Complete'); +?>