選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

19 行
390B

  1. <?php
  2. use tests\codeception\producer\FunctionalTester;
  3. /* @var $scenario Codeception\Scenario */
  4. $I = new FunctionalTester($scenario);
  5. $I->wantTo("m'assurer que les pages de la section Cagnotte s'affichent correctement");
  6. $I->amLoggedInAs(1);
  7. $I->amOnPage('/demo/credit/history');
  8. $I->see('Cagnotte', 'h2');
  9. $I->amOnPage('/demo/credit/add');
  10. $I->see('Créditer ma cagnotte', 'h2');