Skip to content
Snippets Groups Projects
Commit d2303bd2 authored by Vitaliy Goncharenko's avatar Vitaliy Goncharenko
Browse files

MAGETWO-60283: Prices of configurable product are incorrectly recalculated...

MAGETWO-60283: Prices of configurable product are incorrectly recalculated when display currency is changed

- fixed import currency rate action
parent f0ece548
Branches
No related merge requests found
...@@ -80,7 +80,6 @@ class CreateCurrencyRateTest extends Injectable ...@@ -80,7 +80,6 @@ class CreateCurrencyRateTest extends Injectable
// Steps: // Steps:
$this->currencyIndexPage->open(); $this->currencyIndexPage->open();
$this->currencyIndexPage->getCurrencyRateForm()->clickImportButton();
$this->currencyIndexPage->getCurrencyRateForm()->fill($currencyRate); $this->currencyIndexPage->getCurrencyRateForm()->fill($currencyRate);
$this->currencyIndexPage->getFormPageActions()->save(); $this->currencyIndexPage->getFormPageActions()->save();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment