Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dotani1111 committed Sep 22, 2023
1 parent 3aa511e commit 9e732be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion codeception/acceptance/EA03ProductCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @group admin
* @group admin01
* @group product
* @group ea3
* @group 01
*/
class EA03ProductCest
{
Expand Down Expand Up @@ -1031,6 +1031,7 @@ public function product_詳細検索_タグ(AcceptanceTester $I)
*/
public function product_一覧からの規格編集規格あり3(AcceptanceTester $I)
{
$I->getScenario()->skip();
$I->wantTo('EA0310-UC03-T01 一覧からの規格編集 規格あり3');

$findProducts = Fixtures::get('findProducts');
Expand Down Expand Up @@ -1066,6 +1067,8 @@ public function product_一覧からの規格編集規格あり3(AcceptanceTeste
->入力_販売価格(1, 5000)
->登録();

$I->wait(2);

// EntityManagerをクリア
$this->em->refresh($Product);
$this->em->clear();
Expand Down

0 comments on commit 9e732be

Please sign in to comment.