Skip to content

Commit 54ef5f4

Browse files
MTO-108: [Test] Observe Different Base Currency per Website
2 parents fa33267 + ec0fab4 commit 54ef5f4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/TestCase/EditCurrencyCustomWebsiteTest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
/**
1515
* Preconditions:
16-
* 1. Change configuration of Main Website.
17-
* 1. Create custom website.
18-
* 2. Create simple product.
19-
* 3. Assign created product to the main and custom websites.
16+
* 1. Setup configuration of main website.
17+
* 2. Create custom website.
18+
* 3. Create product.
19+
* 4. Assign created product to the main and custom websites.
2020
*
2121
* Steps:
22-
* 1. Change currency settings for custom website.
22+
* 1. Setup configuration of custom website.
2323
* 2. Perform all asserts.
2424
*
2525
* @group Currency
@@ -46,7 +46,7 @@ class EditCurrencyCustomWebsiteTest extends Injectable
4646
*
4747
* @param FixtureFactory $fixtureFactory
4848
* @param TestStepFactory $stepFactory
49-
* @return array
49+
* @return void
5050
*/
5151
public function __inject(
5252
FixtureFactory $fixtureFactory,

0 commit comments

Comments
 (0)