9 use Magento\Tax\Test\Fixture\TaxRate;
10 use Magento\Mtf\Constraint\AbstractConstraint;
11 use Magento\Tax\Test\Page\Adminhtml\TaxRuleNew;
12 use Magento\Tax\Test\Page\Adminhtml\TaxRuleIndex;
30 $taxRuleIndex->open();
31 $taxRuleIndex->getGridPageActions()->addNew();
33 \PHPUnit\Framework\Assert::assertTrue(
34 $taxRuleNew->getTaxRuleForm()->isTaxRateAvailable($taxRateCode),
35 "$taxRateCode is not present in Tax Rates multiselect on tax rule creation page." 46 return "Required tax rate is present on Tax Rule page.";
processAssert(TaxRuleIndex $taxRuleIndex, TaxRuleNew $taxRuleNew, TaxRate $taxRate)