From dd43b3b7da805a0b749a3aa3d071df3a6d7f8bf4 Mon Sep 17 00:00:00 2001 From: Flavio Copes Date: Fri, 22 Jan 2016 10:39:15 +0100 Subject: [PATCH] :rotating_light: Remove acceptance test example --- tests/acceptance/GravCept.php | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 tests/acceptance/GravCept.php 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');