9 use Magento\Variable\Test\Fixture\SystemVariable;
10 use Magento\Variable\Test\Page\Adminhtml\SystemVariableIndex;
11 use Magento\Mtf\Constraint\AbstractConstraint;
26 SystemVariableIndex $systemVariableIndexNew,
27 SystemVariable $systemVariable
30 'code' => $systemVariable->getCode(),
31 'name' => $systemVariable->getName(),
34 $systemVariableIndexNew->open();
35 \PHPUnit\Framework\Assert::assertFalse(
36 $systemVariableIndexNew->getSystemVariableGrid()->isRowVisible($filter),
37 'Custom System Variable with code \'' . $filter[
'code'] .
'\' is present in System Variable grid.
' 46 public function toString() 48 return 'Custom System Variable is absent in grid.
';
processAssert(SystemVariableIndex $systemVariableIndexNew, SystemVariable $systemVariable)