Skip to content

Commit

Permalink
MAGETWO-82645: [BACKPORT 2.2] [TASK] Moved Customer Groups Menu Item …
Browse files Browse the repository at this point in the history
…from Other sett… #11677

 - fixed functional tests
  • Loading branch information
Oleksii Korshenko committed Oct 24, 2017
1 parent 268dcb8 commit b1174f0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Expand Up @@ -16,7 +16,7 @@
*
* Test Flow:
* 1.Log in to backend as admin user.
* 2.Navigate to Stores>Other Settings>Customer Groups.
* 2.Navigate to Customers > Customer Groups.
* 3.Start to create new Customer Group.
* 4.Fill in all data according to data set.
* 5.Click "Save Customer Group" button.
Expand Down
Expand Up @@ -18,7 +18,7 @@
* 2. Customer is created and assigned to this group.
* Steps:
* 1. Log in to backend as admin user.
* 2. Navigate to Stores > Other Settings > Customer Groups.
* 2. Navigate to Customers > Customer Groups.
* 3. Click on Customer Group from grid.
* 4. Click on Delete "Customer Group".
* 5. Confirm in pop-up.
Expand Down
Expand Up @@ -13,7 +13,7 @@
/**
* Steps:
* 1. Login to backend as admin user.
* 2. Navigate to Stores > Other Settings > Customer Groups.
* 2. Navigate to Customers > Customer Groups.
* 3. Select system Customer Group specified in data set from grid.
* 4. Perform all assertions.
*
Expand Down
Expand Up @@ -18,7 +18,7 @@
<constraint name="Magento\Backend\Test\Constraint\AssertBackendPageIsAvailable"/>
</variation>
<variation name="NavigateMenuTest24">
<data name="menuItem" xsi:type="string">Stores > Customer Groups</data>
<data name="menuItem" xsi:type="string">Customers > Customer Groups</data>
<data name="pageTitle" xsi:type="string">Customer Groups</data>
<constraint name="Magento\Backend\Test\Constraint\AssertBackendPageIsAvailable"/>
</variation>
Expand Down
Expand Up @@ -19,7 +19,7 @@
* 1. Customer Group is created
* Steps:
* 1. Log in to backend as admin user
* 2. Navigate to Stores > Other Settings > Customer Groups
* 2. Navigate to Customers > Customer Groups
* 3. Click on Customer Group from grid
* 4. Update data according to data set
* 5. Click "Save Customer Group" button
Expand Down
Expand Up @@ -13,7 +13,7 @@
/**
* Steps:
* 1. Login to backend as admin user.
* 2. Navigate to Stores > Other Settings > Customer Groups.
* 2. Navigate to Customers > Customer Groups.
* 3. Select system Customer Group specified in data set from grid.
* 4. Perform all assertions.
*
Expand Down

0 comments on commit b1174f0

Please sign in to comment.