mirror of
https://github.com/getgrav/grav.git
synced 2026-02-07 15:20:21 +01:00
8 lines
231 B
PHP
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');
|