11 use Magento\Mtf\TestCase\Injectable;
12 use Magento\Directory\Test\Fixture\CurrencyRate;
13 use Magento\CurrencySymbol\Test\Page\Adminhtml\SystemCurrencyIndex;
14 use Magento\Mtf\TestStep\TestStepFactory;
34 const TEST_TYPE =
'acceptance_test, extended_acceptance_test';
61 $this->stepFactory = $stepFactory;
78 ->run()[
'products'][0];
82 $this->currencyIndexPage->open();
83 $this->currencyIndexPage->getCurrencyRateForm()->fill($currencyRate);
84 $this->currencyIndexPage->getFormPageActions()->save();
96 $this->objectManager->create(
97 \
Magento\Config\Test\TestStep\SetupConfigurationStep::class,
98 [
'configData' =>
'config_currency_symbols_usd']
__inject(SystemCurrencyIndex $currencyIndexPage, TestStepFactory $stepFactory)
test(CurrencyRate $currencyRate, ConfigData $config, $product, array $productData=[])