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 ff9e35a commit 6d69499Copy full SHA for 6d69499
dev/tests/functional/tests/app/Magento/Tax/Test/Block/Adminhtml/Rule/Edit/Form.php
@@ -338,6 +338,7 @@ public function getAllTaxRates()
338
*/
339
public function isTaxRateAvailable($value)
340
{
341
+ $this->waitForTaxRates();
342
/** @var \Magento\Mtf\Client\Element\MultiselectlistElement $taxRate */
343
$taxRate = $this->_rootElement->find($this->taxRateBlock, Locator::SELECTOR_CSS, 'multiselectlist');
344
return $taxRate->isValueVisible($value);
0 commit comments