Skip to content

Commit

Permalink
Merge pull request #6005 from dotani1111/features/feat_mypage_change_…
Browse files Browse the repository at this point in the history
…throttling

fix: スロットリングテストのコメント修正
  • Loading branch information
shinya authored Jul 10, 2023
2 parents c3fb473 + d20be6f commit 24a6b63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions codeception/acceptance/EF09ThrottlingCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ public function 配送先情報_追加(AcceptanceTester $I)
*/
public function 配送先情報_編集(AcceptanceTester $I)
{
$I->wantTo('EF0901-UC01-T13_配送先情報_追加');
$I->wantTo('EF0901-UC01-T14_配送先情報_編集');
$createCustomer = Fixtures::get('createCustomer');
$customer = $createCustomer();
$I->loginAsMember($customer->getEmail(), 'password');
Expand Down Expand Up @@ -562,7 +562,7 @@ public function 配送先情報_編集(AcceptanceTester $I)
*/
public function 配送先情報_削除(AcceptanceTester $I)
{
$I->wantTo('EF0901-UC01-T14_配送先情報_削除');
$I->wantTo('EF0901-UC01-T15_配送先情報_削除');
$createCustomer = Fixtures::get('createCustomer');
$customer = $createCustomer();
$I->loginAsMember($customer->getEmail(), 'password');
Expand Down Expand Up @@ -626,7 +626,7 @@ public function 配送先情報_削除(AcceptanceTester $I)
*/
public function order_お届け先追加(AcceptanceTester $I)
{
$I->wantTo('EF0901-UC01-T15_order_お届け先追加');
$I->wantTo('EF0901-UC01-T16_order_お届け先追加');
$I->logoutAsMember();
$createCustomer = Fixtures::get('createCustomer');
$customer = $createCustomer();
Expand Down Expand Up @@ -691,7 +691,7 @@ public function order_お届け先追加(AcceptanceTester $I)
*/
public function order_お届け先変更(AcceptanceTester $I)
{
$I->wantTo('EF0901-UC01-T15_order_お届け先追加');
$I->wantTo('EF0901-UC01-T17_order_お届け先変更');
$I->logoutAsMember();
$createCustomer = Fixtures::get('createCustomer');
$customer = $createCustomer();
Expand Down

0 comments on commit 24a6b63

Please sign in to comment.