AboutCept.php 166 B

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