Skip to content

Commit 6d69499

Browse files
committed
MAGETWO-61227: [FT] CreateTaxRateEntityTest fails on 2.0.11 because tax rate is absent
1 parent ff9e35a commit 6d69499

File tree

1 file changed

+1
-0
lines changed
  • dev/tests/functional/tests/app/Magento/Tax/Test/Block/Adminhtml/Rule/Edit

1 file changed

+1
-0
lines changed

dev/tests/functional/tests/app/Magento/Tax/Test/Block/Adminhtml/Rule/Edit/Form.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ public function getAllTaxRates()
338338
*/
339339
public function isTaxRateAvailable($value)
340340
{
341+
$this->waitForTaxRates();
341342
/** @var \Magento\Mtf\Client\Element\MultiselectlistElement $taxRate */
342343
$taxRate = $this->_rootElement->find($this->taxRateBlock, Locator::SELECTOR_CSS, 'multiselectlist');
343344
return $taxRate->isValueVisible($value);

0 commit comments

Comments
 (0)