| @@ -1,7 +1,6 @@ | ||
| 1 | 1 | <?php | 
| 2 | 2 | |
| 3 | 3 | use Codeception\Util\Fixtures; | 
| 4 | -use Page\Front\CartPage; | |
| 5 | 4 | use Page\Front\ProductDetailPage; | 
| 6 | 5 | use Page\Front\ProductListPage; | 
| 7 | 6 | use Page\Front\TopPage; | 
| @@ -15,8 +15,8 @@ | ||
| 15 | 15 | |
| 16 | 16 | use Doctrine\ORM\EntityManagerInterface; | 
| 17 | 17 | use Eccube\Entity\BaseInfo; | 
| 18 | -use Eccube\Entity\ItemHolderInterface; | |
| 19 | 18 | use Eccube\Entity\BaseInfoRepository; | 
| 19 | +use Eccube\Entity\ItemHolderInterface; | |
| 20 | 20 | use Eccube\Service\PurchaseFlow\ItemHolderProcessor; | 
| 21 | 21 | use Eccube\Service\PurchaseFlow\ProcessResult; | 
| 22 | 22 | use Eccube\Service\PurchaseFlow\PurchaseContext; | 
| @@ -81,7 +81,7 @@ | ||
| 81 | 81 | |
| 82 | 82 | public function 規格管理() | 
| 83 | 83 |      { | 
| 84 | - $this->tester->scrollTo(['css' => '#standardConfig > div > div.d-block.text-center > a'],0, 200); | |
| 84 | + $this->tester->scrollTo(['css' => '#standardConfig > div > div.d-block.text-center > a'], 0, 200); | |
| 85 | 85 | $this->tester->click(['css' => '#standardConfig > div > div.d-block.text-center > a']); | 
| 86 | 86 | $this->tester->waitForElement(['css' => '#standardConfig > div > div.d-block.text-center > a']); | 
| 87 | 87 | $this->tester->wait(1); |