Skip to content

Commit

Permalink
Merge pull request #4690 from okazy/fix/4686
Browse files Browse the repository at this point in the history
fix refs #4686 のエラーでE2Eテストが落ちるので wait を入れてみる
  • Loading branch information
Kiyotaka Oku authored Sep 25, 2020
2 parents 61ed82d + b4c7a71 commit d79c7b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codeception/acceptance/EF05MypageCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ public function mypage_お届け先編集削除(\AcceptanceTester $I)
CustomerAddressListPage::at($I)
->削除(1);

$I->wait(1);

// 確認
$I->see('お届け先は登録されていません。', '#page_mypage_delivery > div.ec-layoutRole > div.ec-layoutRole__contents > div > div > div:nth-child(2) > p');
}
Expand Down

0 comments on commit d79c7b9

Please sign in to comment.