AboutCept.php 157 B

1234567
  1. <?php
  2. use tests\_pages\AboutPage;
  3. $I = new WebGuy($scenario);
  4. $I->wantTo('ensure that about works');
  5. $I->amOnPage(AboutPage::$URL);
  6. $I->see('About', 'h1');