Files
Grav/tests/acceptance/GravCept.php
2016-01-10 19:10:52 +01:00

8 lines
231 B
PHP

<?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');