From 9e732be9591e9569d19e78a21ae55100ae0bc00d Mon Sep 17 00:00:00 2001 From: daichi_otani Date: Fri, 22 Sep 2023 15:15:47 +0900 Subject: [PATCH] test --- codeception/acceptance/EA03ProductCest.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/codeception/acceptance/EA03ProductCest.php b/codeception/acceptance/EA03ProductCest.php index 91f0f9a17db..eebf33f03bb 100644 --- a/codeception/acceptance/EA03ProductCest.php +++ b/codeception/acceptance/EA03ProductCest.php @@ -30,7 +30,7 @@ * @group admin * @group admin01 * @group product - * @group ea3 + * @group 01 */ class EA03ProductCest { @@ -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'); @@ -1066,6 +1067,8 @@ public function product_一覧からの規格編集規格あり3(AcceptanceTeste ->入力_販売価格(1, 5000) ->登録(); + $I->wait(2); + // EntityManagerをクリア $this->em->refresh($Product); $this->em->clear();