Skip to content

Commit

Permalink
fix_order_select_delivery-test
Browse files Browse the repository at this point in the history
  • Loading branch information
dk-umebius committed May 2, 2024
1 parent 9d31101 commit 5f84086
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Eccube/Tests/Web/ShoppingControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,9 @@ public function testPaymentWithError()

$this->assertTrue($this->client->getResponse()->isSuccessful());
$this->expected = 'お支払い方法を選択してください。';

// ポイントのエラーになっている 修正必要

$this->actual = $crawler->filter('p.ec-errorMessage')->text();
$this->verify();
}
Expand Down

0 comments on commit 5f84086

Please sign in to comment.