🚨 Remove acceptance test example

This commit is contained in:
Flavio Copes
2016-01-22 10:39:15 +01:00
parent 27af9432e0
commit dd43b3b7da

View File

@@ -1,7 +0,0 @@
<?php
$I = new AcceptanceTester($scenario);
$I->wantTo('perform actions and see result');
$I->amOnPage('/');
$I->seeInTitle("Home | Grav");
$I->click('ul.navigation li:nth-child(6) a');
$I->seeCurrentUrlEquals('/grav/typography');