9 use Magento\Mtf\TestStep\TestStepInterface;
10 use Magento\Search\Test\Page\Adminhtml\SynonymGroupIndex;
22 private $synonymGroupIndex;
27 public function __construct(SynonymGroupIndex $synonymGroupIndex)
29 $this->synonymGroupIndex = $synonymGroupIndex;
39 $this->synonymGroupIndex->open();
40 $this->synonymGroupIndex->getSynonymGroupGrid()->resetFilter();
41 $this->synonymGroupIndex->getSynonymGroupGrid()->massaction([],
'Delete',
true,
'Select All');
__construct(SynonymGroupIndex $synonymGroupIndex)