|
@@ -12,10 +12,9 @@ |
|
|
block discarded – undo |
|
12
|
12
|
namespace Sylius\Behat\Context\Ui\Shop; |
|
13
|
13
|
|
|
14
|
14
|
use Behat\Behat\Context\Context; |
|
15
|
|
-use Sylius\Behat\Page\Shop\Product\ShowPageInterface; |
|
16
|
15
|
use Sylius\Behat\Page\Shop\ProductReview\IndexPageInterface; |
|
|
16
|
+use Sylius\Behat\Page\Shop\Product\ShowPageInterface; |
|
17
|
17
|
use Sylius\Behat\Page\Shop\Taxon\ShowPageInterface as TaxonShowPageInterface; |
|
18
|
|
-use Sylius\Behat\Page\SymfonyPageInterface; |
|
19
|
18
|
use Sylius\Component\Core\Model\ProductInterface; |
|
20
|
19
|
use Sylius\Component\Core\Model\TaxonInterface; |
|
21
|
20
|
use Webmozart\Assert\Assert; |
Please login to merge, or discard this patch.