Skip to content

Commit 65c5f91

Browse files
committed
Merge remote-tracking branch 'origin/MC-39539' into 2.4-develop-pr114
2 parents e0561ce + 2083fff commit 65c5f91

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

app/code/Magento/Customer/Test/Mftf/Test/AdminCreateCustomerTest.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,24 @@
1515
<title value="Admin should be able to create a customer"/>
1616
<description value="Admin should be able to create a customer"/>
1717
<severity value="BLOCKER"/>
18-
<testCaseId value="MAGETWO-72095"/>
18+
<testCaseId value="MC-28500"/>
1919
<group value="customer"/>
2020
<group value="create"/>
2121
</annotations>
22+
2223
<before>
2324
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindexCustomerGrid">
2425
<argument name="indices" value="customer_grid"/>
2526
</actionGroup>
2627
</before>
28+
2729
<after>
30+
<actionGroup ref="AdminClearCustomersFiltersActionGroup" stepKey="clearCustomersFilter"/>
2831
<actionGroup ref="AdminLogoutActionGroup" stepKey="adminLogout"/>
2932
</after>
3033

3134
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin1"/>
32-
<amOnPage url="{{AdminCustomerPage.url}}" stepKey="navigateToCustomers"/>
35+
<actionGroup ref="AdminClearCustomersFiltersActionGroup" stepKey="navigateToCustomers"/>
3336
<waitForPageLoad stepKey="waitForLoad1"/>
3437
<click selector="{{AdminCustomerGridMainActionsSection.addNewCustomer}}" stepKey="clickCreateCustomer"/>
3538
<fillField userInput="{{CustomerEntityOne.firstname}}" selector="{{AdminCustomerAccountInformationSection.firstName}}" stepKey="fillFirstName"/>

0 commit comments

Comments
 (0)