Skip to content

Commit

Permalink
EF0901-UC01-T05_会員登録 でカバーされている為、削除
Browse files Browse the repository at this point in the history
  • Loading branch information
kentanakayrglm committed Sep 19, 2023
1 parent 1c989ea commit 88d3c85
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions codeception/acceptance/EF09ThrottlingCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -749,24 +749,4 @@ public function order_お届け先変更(AcceptanceTester $I)
$I->see('試行回数の上限を超過しました。しばらくお待ちいただき、再度お試しください。', 'p.ec-reportDescription');
}

public function 会員登録_入力(AcceptanceTester $I)
{
$I->wantTo('EF0901-UC01-T18_会員登録_入力');

// 仮会員を1件登録
$email = $email = uniqid().microtime(true).'@example.com';
$I->expect('会員登録を行います:');
\Page\Front\EntryPage::go($I)
->新規会員登録_メアド指定($email);
$I->see('現在、仮会員の状態です。', 'p.ec-reportDescription');

// 重複するメールアドレスを繰り返し登録
$I->expect('試行回数上限を超過します');
for ($i = 0; $i < 25; $i++) {
\Page\Front\EntryPage::go($I)
->新規会員登録_メアド指定($email);
}
$I->see('試行回数の上限を超過しました。しばらくお待ちいただき、再度お試しください。', 'p.ec-reportDescription');
}

}

0 comments on commit 88d3c85

Please sign in to comment.