AboutCept.php 159 B

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