We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e373d72 commit 55566a5Copy full SHA for 55566a5
dev/tests/functional/tests/app/Magento/Swatches/Test/Constraint/AssertSwatchesVisibilityInCategory.php
@@ -6,14 +6,10 @@
6
7
namespace Magento\Swatches\Test\Constraint;
8
9
-use Magento\Catalog\Test\Fixture\Category;
10
use Magento\Catalog\Test\Page\Category\CatalogCategoryView;
11
use Magento\Cms\Test\Page\CmsIndex;
12
-use Magento\Config\Test\TestStep\SetupConfigurationStep;
13
use Magento\Mtf\Constraint\AbstractConstraint;
14
use Magento\Mtf\Fixture\FixtureInterface;
15
-use Magento\Mtf\TestStep\TestStepFactory;
16
-use Magento\Mtf\Util\Command\Cli\Indexer;
17
18
/**
19
* Assert swatches visibility in category page.
@@ -79,5 +75,4 @@ public function toString()
79
75
{
80
76
return 'Swatches visibility is correct.';
81
77
}
82
-
83
78
0 commit comments