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 df9cdc93a50cde233cdfaaac7f79adae56687a0d..c7841934035cadcf40b55931f748948427504652 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();