Skip to content

Commit 55566a5

Browse files
author
lestare
committed
MAGETWO-65403: [Backport] - [Performance] Add an opportunity to turn off swatches for category page - for 2.1.6
1 parent e373d72 commit 55566a5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

dev/tests/functional/tests/app/Magento/Swatches/Test/Constraint/AssertSwatchesVisibilityInCategory.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,10 @@
66

77
namespace Magento\Swatches\Test\Constraint;
88

9-
use Magento\Catalog\Test\Fixture\Category;
109
use Magento\Catalog\Test\Page\Category\CatalogCategoryView;
1110
use Magento\Cms\Test\Page\CmsIndex;
12-
use Magento\Config\Test\TestStep\SetupConfigurationStep;
1311
use Magento\Mtf\Constraint\AbstractConstraint;
1412
use Magento\Mtf\Fixture\FixtureInterface;
15-
use Magento\Mtf\TestStep\TestStepFactory;
16-
use Magento\Mtf\Util\Command\Cli\Indexer;
1713

1814
/**
1915
* Assert swatches visibility in category page.
@@ -79,5 +75,4 @@ public function toString()
7975
{
8076
return 'Swatches visibility is correct.';
8177
}
82-
8378
}

0 commit comments

Comments
 (0)