Blame view

app/tests/codeception/acceptance/AboutCept.php 172 Bytes
bf807468   Alex Savenko   first commit
1
2
3
4
5
6
7
8
  <?php
  
  use tests\codeception\_pages\AboutPage;
  
  $I = new AcceptanceTester($scenario);
  $I->wantTo('ensure that about works');
  AboutPage::openBy($I);
  $I->see('About', 'h1');