From d2303bd259b99d62f41f4651058c5a97006ed9f9 Mon Sep 17 00:00:00 2001 From: Vitaliy Goncharenko <vgoncharenko@magento.com> Date: Wed, 16 Nov 2016 11:27:48 +0200 Subject: [PATCH] MAGETWO-60283: Prices of configurable product are incorrectly recalculated when display currency is changed - fixed import currency rate action --- .../Magento/Directory/Test/TestCase/CreateCurrencyRateTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/dev/tests/functional/tests/app/Magento/Directory/Test/TestCase/CreateCurrencyRateTest.php b/dev/tests/functional/tests/app/Magento/Directory/Test/TestCase/CreateCurrencyRateTest.php index df9cdc93a50..c7841934035 100644 --- a/dev/tests/functional/tests/app/Magento/Directory/Test/TestCase/CreateCurrencyRateTest.php +++ b/dev/tests/functional/tests/app/Magento/Directory/Test/TestCase/CreateCurrencyRateTest.php @@ -80,7 +80,6 @@ class CreateCurrencyRateTest extends Injectable // Steps: $this->currencyIndexPage->open(); - $this->currencyIndexPage->getCurrencyRateForm()->clickImportButton(); $this->currencyIndexPage->getCurrencyRateForm()->fill($currencyRate); $this->currencyIndexPage->getFormPageActions()->save(); -- GitLab