diff --git a/tests/acceptance/GravCept.php b/tests/acceptance/GravCept.php deleted file mode 100644 index e6c8637b7..000000000 --- a/tests/acceptance/GravCept.php +++ /dev/null @@ -1,7 +0,0 @@ -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');