mirror of
https://github.com/getgrav/grav.git
synced 2025-12-05 15:29:57 +01:00
🚨 Remove acceptance test example
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user