File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
app/code/Magento/Customer/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 15
15
<title value =" Admin should be able to create a customer" />
16
16
<description value =" Admin should be able to create a customer" />
17
17
<severity value =" BLOCKER" />
18
- <testCaseId value =" MAGETWO-72095 " />
18
+ <testCaseId value =" MC-28500 " />
19
19
<group value =" customer" />
20
20
<group value =" create" />
21
21
</annotations >
22
+
22
23
<before >
23
24
<actionGroup ref =" CliIndexerReindexActionGroup" stepKey =" reindexCustomerGrid" >
24
25
<argument name =" indices" value =" customer_grid" />
25
26
</actionGroup >
26
27
</before >
28
+
27
29
<after >
30
+ <actionGroup ref =" AdminClearCustomersFiltersActionGroup" stepKey =" clearCustomersFilter" />
28
31
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" adminLogout" />
29
32
</after >
30
33
31
34
<actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin1" />
32
- <amOnPage url = " {{AdminCustomerPage.url}} " stepKey =" navigateToCustomers" />
35
+ <actionGroup ref = " AdminClearCustomersFiltersActionGroup " stepKey =" navigateToCustomers" />
33
36
<waitForPageLoad stepKey =" waitForLoad1" />
34
37
<click selector =" {{AdminCustomerGridMainActionsSection.addNewCustomer}}" stepKey =" clickCreateCustomer" />
35
38
<fillField userInput =" {{CustomerEntityOne.firstname}}" selector =" {{AdminCustomerAccountInformationSection.firstName}}" stepKey =" fillFirstName" />
You can’t perform that action at this time.
0 commit comments