@@ -248,6 +248,7 @@ |
||
248 | 248 | * @Then the product :productName should appear in the store |
249 | 249 | * @Then the product :productName should be in the shop |
250 | 250 | * @Then this product should still be named :productName |
251 | + * @param string $productName |
|
251 | 252 | */ |
252 | 253 | public function theProductShouldAppearInTheShop($productName) |
253 | 254 | { |
@@ -16,13 +16,13 @@ |
||
16 | 16 | use Sylius\Behat\NotificationType; |
17 | 17 | use Sylius\Behat\Page\Admin\Crud\CreatePageInterface; |
18 | 18 | use Sylius\Behat\Page\Admin\Crud\UpdatePageInterface; |
19 | +use Sylius\Behat\Page\Admin\ProductReview\IndexPageInterface as ProductReviewIndexPageInterface; |
|
19 | 20 | use Sylius\Behat\Page\Admin\Product\CreateConfigurableProductPageInterface; |
20 | 21 | use Sylius\Behat\Page\Admin\Product\CreateSimpleProductPageInterface; |
21 | 22 | use Sylius\Behat\Page\Admin\Product\IndexPageInterface; |
22 | 23 | use Sylius\Behat\Page\Admin\Product\IndexPerTaxonPageInterface; |
23 | 24 | use Sylius\Behat\Page\Admin\Product\UpdateConfigurableProductPageInterface; |
24 | 25 | use Sylius\Behat\Page\Admin\Product\UpdateSimpleProductPageInterface; |
25 | -use Sylius\Behat\Page\Admin\ProductReview\IndexPageInterface as ProductReviewIndexPageInterface; |
|
26 | 26 | use Sylius\Behat\Service\NotificationCheckerInterface; |
27 | 27 | use Sylius\Behat\Service\Resolver\CurrentPageResolverInterface; |
28 | 28 | use Sylius\Behat\Service\SharedStorageInterface; |
@@ -16,7 +16,6 @@ discard block |
||
16 | 16 | use Behat\Mink\Element\NodeElement; |
17 | 17 | use Doctrine\Common\Persistence\ObjectManager; |
18 | 18 | use Sylius\Behat\Service\SharedStorageInterface; |
19 | -use Sylius\Component\Attribute\Factory\AttributeFactoryInterface; |
|
20 | 19 | use Sylius\Component\Core\Formatter\StringInflector; |
21 | 20 | use Sylius\Component\Core\Model\ChannelInterface; |
22 | 21 | use Sylius\Component\Core\Model\ChannelPricingInterface; |
@@ -34,7 +33,6 @@ discard block |
||
34 | 33 | use Sylius\Component\Product\Resolver\ProductVariantResolverInterface; |
35 | 34 | use Sylius\Component\Resource\Factory\FactoryInterface; |
36 | 35 | use Sylius\Component\Resource\Model\TranslationInterface; |
37 | -use Sylius\Component\Resource\Repository\RepositoryInterface; |
|
38 | 36 | use Sylius\Component\Shipping\Model\ShippingCategoryInterface; |
39 | 37 | use Sylius\Component\Taxation\Model\TaxCategoryInterface; |
40 | 38 | use Symfony\Component\HttpFoundation\File\UploadedFile; |