You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ContactCept.php 257B

1 vuosi sitten
1234567891011
  1. <?php
  2. use tests\codeception\frontend\FunctionalTester;
  3. /* @var $scenario Codeception\Scenario */
  4. $I = new FunctionalTester($scenario);
  5. $I->amOnPage('site/contact');
  6. $I->wantTo("m'assurer que la page de contact s'affiche");
  7. $I->see('Me contacter', 'h1');