This repository was archived by the owner on Apr 29, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
dev/tests/functional/tests/app/Magento/Customer/Test/TestCase Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 16
16
*
17
17
* Test Flow:
18
18
* 1.Log in to backend as admin user.
19
- * 2.Navigate to Stores>Other Settings> Customer Groups.
19
+ * 2.Navigate to Customers > Customer Groups.
20
20
* 3.Start to create new Customer Group.
21
21
* 4.Fill in all data according to data set.
22
22
* 5.Click "Save Customer Group" button.
Original file line number Diff line number Diff line change 18
18
* 2. Customer is created and assigned to this group.
19
19
* Steps:
20
20
* 1. Log in to backend as admin user.
21
- * 2. Navigate to Stores > Other Settings > Customer Groups.
21
+ * 2. Navigate to Customers > Customer Groups.
22
22
* 3. Click on Customer Group from grid.
23
23
* 4. Click on Delete "Customer Group".
24
24
* 5. Confirm in pop-up.
Original file line number Diff line number Diff line change 13
13
/**
14
14
* Steps:
15
15
* 1. Login to backend as admin user.
16
- * 2. Navigate to Stores > Other Settings > Customer Groups.
16
+ * 2. Navigate to Customers > Customer Groups.
17
17
* 3. Select system Customer Group specified in data set from grid.
18
18
* 4. Perform all assertions.
19
19
*
Original file line number Diff line number Diff line change 18
18
<constraint name =" Magento\Backend\Test\Constraint\AssertBackendPageIsAvailable" />
19
19
</variation >
20
20
<variation name =" NavigateMenuTest24" >
21
- <data name =" menuItem" xsi : type =" string" >Stores > Customer Groups</data >
21
+ <data name =" menuItem" xsi : type =" string" >Customers > Customer Groups</data >
22
22
<data name =" pageTitle" xsi : type =" string" >Customer Groups</data >
23
23
<constraint name =" Magento\Backend\Test\Constraint\AssertBackendPageIsAvailable" />
24
24
</variation >
Original file line number Diff line number Diff line change 19
19
* 1. Customer Group is created
20
20
* Steps:
21
21
* 1. Log in to backend as admin user
22
- * 2. Navigate to Stores > Other Settings > Customer Groups
22
+ * 2. Navigate to Customers > Customer Groups
23
23
* 3. Click on Customer Group from grid
24
24
* 4. Update data according to data set
25
25
* 5. Click "Save Customer Group" button
Original file line number Diff line number Diff line change 13
13
/**
14
14
* Steps:
15
15
* 1. Login to backend as admin user.
16
- * 2. Navigate to Stores > Other Settings > Customer Groups.
16
+ * 2. Navigate to Customers > Customer Groups.
17
17
* 3. Select system Customer Group specified in data set from grid.
18
18
* 4. Perform all assertions.
19
19
*
You can’t perform that action at this time.
0 commit comments