Skip to content

Commit 4fe3ea0

Browse files
committed
adjust file name to convention
1 parent 8701bdb commit 4fe3ea0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/code/Magento/Customer/Test/Mftf/ActionGroup/NavigateNewCustomerActionGroup.xml renamed to app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminNavigateNewCustomerActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
11-
<actionGroup name="NavigateNewCustomerActionGroup">
11+
<actionGroup name="AdminNavigateNewCustomerActionGroup">
1212
<annotations>
1313
<description>Goes to the New Customer page.</description>
1414
</annotations>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<actionGroup ref="logout" stepKey="adminLogout"/>
2828
</after>
2929

30-
<actionGroup ref="NavigateNewCustomerActionGroup" stepKey="navigateToNewCustomer"/>
30+
<actionGroup ref="AdminNavigateNewCustomerActionGroup" stepKey="navigateToNewCustomer"/>
3131

3232
<actionGroup ref="AdminAssertDefaultValueDisableAutoGroupInCustomerFormActionGroup" stepKey="seeDefaultValueInForm">
3333
<argument name="isChecked" value="0"/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<actionGroup ref="logout" stepKey="adminLogout"/>
3030
</after>
3131

32-
<actionGroup ref="NavigateNewCustomerActionGroup" stepKey="navigateToNewCustomer"/>
32+
<actionGroup ref="AdminNavigateNewCustomerActionGroup" stepKey="navigateToNewCustomer"/>
3333

3434
<actionGroup ref="AdminAssertDefaultValueDisableAutoGroupInCustomerFormActionGroup" stepKey="seeDefaultValueInForm">
3535
<argument name="isChecked" value="1"/>

0 commit comments

Comments
 (0)