1
0
www.mikescher.com/tests/codeception/functional/AboutCept.php

11 lines
215 B
PHP
Raw Normal View History

2016-05-01 00:27:44 +02:00
<?php
use tests\codeception\_pages\AboutPage;
/* @var $scenario Codeception\Scenario */
$I = new FunctionalTester($scenario);
$I->wantTo('ensure that about works');
AboutPage::openBy($I);
$I->see('About', 'h1');