Skip to content

Commit 425113c

Browse files
Revert "Feedback changes"
This reverts commit c0ca7cd.
1 parent b35d9dc commit 425113c

File tree

27 files changed

+49
-49
lines changed

27 files changed

+49
-49
lines changed

app/code/Magento/LoginAsCustomer/Test/Mftf/ActionGroup/AssertAdminContainsMessageOrderCreatedByAdminActionGroup.xml renamed to app/code/Magento/LoginAsCustomer/Test/Mftf/ActionGroup/AdminAssertContainsMessageOrderCreatedByAdminActionGroup.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="AssertAdminContainsMessageOrderCreatedByAdminActionGroup">
11+
<actionGroup name="AdminAssertContainsMessageOrderCreatedByAdminActionGroup">
1212
<annotations>
1313
<description>Assert Admin Order page contains message about Order created by a Store Administrator.
1414
</description>

app/code/Magento/LoginAsCustomer/Test/Mftf/ActionGroup/AssertAdminLoginAsCustomerConfigNotAvailableDirectlyActionGroup.xml renamed to app/code/Magento/LoginAsCustomer/Test/Mftf/ActionGroup/AdminAssertLoginAsCustomerConfigNotAvailableDirectlyActionGroup.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="AssertAdminLoginAsCustomerConfigNotAvailableDirectlyActionGroup">
11+
<actionGroup name="AdminAssertLoginAsCustomerConfigNotAvailableDirectlyActionGroup">
1212
<annotations>
1313
<description>Verify Login as Customer config section is not available by direct url.</description>
1414
</annotations>

app/code/Magento/LoginAsCustomer/Test/Mftf/ActionGroup/AssertAdminLoginAsCustomerConfigNotVisibleActionGroup.xml renamed to app/code/Magento/LoginAsCustomer/Test/Mftf/ActionGroup/AdminAssertLoginAsCustomerConfigNotVisibleActionGroup.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="AssertAdminLoginAsCustomerConfigNotVisibleActionGroup">
11+
<actionGroup name="AdminAssertLoginAsCustomerConfigNotVisibleActionGroup">
1212
<annotations>
1313
<description>Verify no Login as Customer config section available.</description>
1414
</annotations>

app/code/Magento/LoginAsCustomer/Test/Mftf/ActionGroup/AssertAdminLoginAsCustomerConfigVisibleActionGroup.xml renamed to app/code/Magento/LoginAsCustomer/Test/Mftf/ActionGroup/AdminAssertLoginAsCustomerConfigVisibleActionGroup.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="AssertAdminLoginAsCustomerConfigVisibleActionGroup">
11+
<actionGroup name="AdminAssertLoginAsCustomerConfigVisibleActionGroup">
1212
<annotations>
1313
<description>Verify Login as Customer config section available.</description>
1414
</annotations>

app/code/Magento/LoginAsCustomer/Test/Mftf/ActionGroup/AssertAdminLoginAsCustomerLogRecordActionGroup.xml renamed to app/code/Magento/LoginAsCustomer/Test/Mftf/ActionGroup/AdminAssertLoginAsCustomerLogRecordActionGroup.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="AssertAdminLoginAsCustomerLogRecordActionGroup">
11+
<actionGroup name="AdminAssertLoginAsCustomerLogRecordActionGroup">
1212
<annotations>
1313
<description>Assert Login as Customer Log record is correct.</description>
1414
</annotations>

app/code/Magento/LoginAsCustomer/Test/Mftf/ActionGroup/AssertAdminLoginAsCustomerSectionLinkNotAvailableActionGroup.xml renamed to app/code/Magento/LoginAsCustomer/Test/Mftf/ActionGroup/AdminAssertLoginAsCustomerSectionLinkNotAvailableActionGroup.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="AssertAdminLoginAsCustomerSectionLinkNotAvailableActionGroup">
11+
<actionGroup name="AdminAssertLoginAsCustomerSectionLinkNotAvailableActionGroup">
1212
<annotations>
1313
<description>Verify Login as Customer config section isn't available.</description>
1414
</annotations>

app/code/Magento/LoginAsCustomer/Test/Mftf/ActionGroup/AssertStorefrontContainsMessageOrderCreatedByAdminActionGroup.xml renamed to app/code/Magento/LoginAsCustomer/Test/Mftf/ActionGroup/StorefrontAssertContainsMessageOrderCreatedByAdminActionGroup.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="AssertStorefrontContainsMessageOrderCreatedByAdminActionGroup">
11+
<actionGroup name="StorefrontAssertContainsMessageOrderCreatedByAdminActionGroup">
1212
<annotations>
1313
<description>Verify Storefront Order page contains message about Order created by a Store Administrator.
1414
</description>

app/code/Magento/LoginAsCustomer/Test/Mftf/ActionGroup/AssertStorefrontCustomerOnStoreViewActionGroup.xml renamed to app/code/Magento/LoginAsCustomer/Test/Mftf/ActionGroup/StorefrontAssertCustomerOnStoreViewActionGroup.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="AssertStorefrontCustomerOnStoreViewActionGroup">
11+
<actionGroup name="StorefrontAssertCustomerOnStoreViewActionGroup">
1212
<annotations>
1313
<description>Assert Customer is on the provided Store View.</description>
1414
</annotations>

app/code/Magento/LoginAsCustomer/Test/Mftf/ActionGroup/AssertStorefrontLoginAsCustomerLoggedInActionGroup.xml renamed to app/code/Magento/LoginAsCustomer/Test/Mftf/ActionGroup/StorefrontAssertLoginAsCustomerLoggedInActionGroup.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="AssertStorefrontLoginAsCustomerLoggedInActionGroup">
11+
<actionGroup name="StorefrontAssertLoginAsCustomerLoggedInActionGroup">
1212
<annotations>
1313
<description>Verify Admin successfully logged in as Customer.</description>
1414
</annotations>

app/code/Magento/LoginAsCustomer/Test/Mftf/ActionGroup/AssertStorefrontLoginAsCustomerNotificationBannerActionGroup.xml renamed to app/code/Magento/LoginAsCustomer/Test/Mftf/ActionGroup/StorefrontAssertLoginAsCustomerNotificationBannerActionGroup.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="AssertStorefrontLoginAsCustomerNotificationBannerActionGroup">
11+
<actionGroup name="StorefrontAssertLoginAsCustomerNotificationBannerActionGroup">
1212
<annotations>
1313
<description>Verify Login as Customer notification banner present on page.</description>
1414
</annotations>

0 commit comments

Comments
 (0)