Skip to content

Commit 32080f7

Browse files
MFTF tests updates.
1 parent af840bd commit 32080f7

File tree

35 files changed

+134
-66
lines changed

35 files changed

+134
-66
lines changed

app/code/Magento/LoginAsCustomer/Test/Mftf/ActionGroup/AdminAssertLoginAsCustomerConfigNotAvailableDirectlyActionGroup.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1111
<actionGroup name="AdminAssertLoginAsCustomerConfigNotAvailableDirectlyActionGroup">
1212
<annotations>
13-
<description>Verify Login As Customer config section is not available by direct url.</description>
13+
<description>Verify Login as Customer config section is not available by direct url.</description>
1414
</annotations>
1515

1616
<amOnPage url="{{AdminLoginAsCustomerConfigPage.url}}" stepKey="navigateToLoginAsCustomerConfigSection"/>
1717
<waitForPageLoad stepKey="waitForPageLoad"/>
1818
<seeInCurrentUrl url="admin/system_config/index" stepKey="seeRedirectToConfigIndexPage"/>
19-
<dontSee userInput="Login As Customer" stepKey="dontSeeLoginAsCustomer"/>
19+
<dontSee userInput="Login as Customer" stepKey="dontSeeLoginAsCustomer"/>
2020
</actionGroup>
2121
</actionGroups>

app/code/Magento/LoginAsCustomer/Test/Mftf/ActionGroup/AdminAssertLoginAsCustomerConfigNotVisibleActionGroup.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1111
<actionGroup name="AdminAssertLoginAsCustomerConfigNotVisibleActionGroup">
1212
<annotations>
13-
<description>Verify no Login As Customer config section available.</description>
13+
<description>Verify no Login as Customer config section available.</description>
1414
</annotations>
1515

1616
<!-- TODO: update -->
17-
<dontSee userInput="Login As Customer" stepKey="dontSeeLoginAsCustomerItem"/>
17+
<dontSee userInput="Login as Customer" stepKey="dontSeeLoginAsCustomerItem"/>
1818
</actionGroup>
1919
</actionGroups>

app/code/Magento/LoginAsCustomer/Test/Mftf/ActionGroup/AdminAssertLoginAsCustomerLogRecordActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1111
<actionGroup name="AdminAssertLoginAsCustomerLogRecordActionGroup">
1212
<annotations>
13-
<description>Assert Login As Customer Log record is correct.</description>
13+
<description>Assert Login as Customer Log record is correct.</description>
1414
</annotations>
1515
<arguments>
1616
<argument name="rowNumber" type="string"/>

app/code/Magento/LoginAsCustomer/Test/Mftf/ActionGroup/AdminFilterLoginAsCustomerLogActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1111
<actionGroup name="AdminFilterLoginAsCustomerLogActionGroup">
1212
<annotations>
13-
<description>Filter Login As Customer Log records.</description>
13+
<description>Filter Login as Customer Log records.</description>
1414
</annotations>
1515
<arguments>
1616
<argument name="adminId" type="string"/>

app/code/Magento/LoginAsCustomer/Test/Mftf/ActionGroup/AdminLoginAsCustomerAbsentOnCustomerPageActionGroup.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1111
<actionGroup name="AdminLoginAsCustomerAbsentOnCustomerPageActionGroup">
1212
<annotations>
13-
<description>Verify Login As Customer Login action is absent on Customer page.</description>
13+
<description>Verify Login as Customer Login action is absent on Customer page.</description>
1414
</annotations>
1515
<arguments>
1616
<argument name="customerId" type="string"/>
1717
</arguments>
1818

1919
<amOnPage url="{{AdminEditCustomerPage.url(customerId)}}" stepKey="gotoCustomerPage"/>
2020
<waitForPageLoad stepKey="waitForCustomerPageLoad"/>
21-
<dontSee userInput="Login As Customer" stepKey="dontSeeLoginAsCustomer"/>
21+
<dontSee userInput="Login as Customer" stepKey="dontSeeLoginAsCustomer"/>
2222
</actionGroup>
2323
</actionGroups>

app/code/Magento/LoginAsCustomer/Test/Mftf/ActionGroup/AdminLoginAsCustomerAbsentOnOrderPageActionGroup.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1111
<actionGroup name="AdminLoginAsCustomerAbsentOnOrderPageActionGroup">
1212
<annotations>
13-
<description>Verify Login As Customer Login action is absent on Order page.</description>
13+
<description>Verify Login as Customer Login action is absent on Order page.</description>
1414
</annotations>
1515
<arguments>
1616
<argument name="orderId" type="string"/>
1717
</arguments>
1818

1919
<amOnPage url="{{AdminOrderPage.url(orderId)}}" stepKey="gotoOrderPage"/>
2020
<waitForPageLoad stepKey="waitForOrderPageLoad"/>
21-
<dontSee userInput="Login As Customer" stepKey="dontSeeLoginAsCustomer"/>
21+
<dontSee userInput="Login as Customer" stepKey="dontSeeLoginAsCustomer"/>
2222
</actionGroup>
2323
</actionGroups>

app/code/Magento/LoginAsCustomer/Test/Mftf/ActionGroup/AdminLoginAsCustomerLogAbsentInMenuActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1111
<actionGroup name="AdminLoginAsCustomerLogAbsentInMenuActionGroup">
1212
<annotations>
13-
<description>Verify Login As Customer is absent in admin menu.</description>
13+
<description>Verify Login as Customer is absent in admin menu.</description>
1414
</annotations>
1515

1616
<click selector="{{AdminMenuSection.menuItem(AdminMenuCustomers.dataUiId)}}"

app/code/Magento/LoginAsCustomer/Test/Mftf/ActionGroup/AdminLoginAsCustomerLogPageNotAvailableActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1111
<actionGroup name="AdminLoginAsCustomerLogPageNotAvailableActionGroup">
1212
<annotations>
13-
<description>Verify Login As Customer is not available by direct url.</description>
13+
<description>Verify Login as Customer is not available by direct url.</description>
1414
</annotations>
1515

1616
<amOnPage url="{{AdminLoginAsCustomerLogPage.url}}" stepKey="openAdminLoginAsCustomerLogPage"/>

app/code/Magento/LoginAsCustomer/Test/Mftf/ActionGroup/AdminLoginAsCustomerLoginFromCustomerPageActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1111
<actionGroup name="AdminLoginAsCustomerLoginFromCustomerPageActionGroup">
1212
<annotations>
13-
<description>Verify Login As Customer Login action is works properly from Customer page.</description>
13+
<description>Verify Login as Customer Login action is works properly from Customer page.</description>
1414
</annotations>
1515
<arguments>
1616
<argument name="customerId" type="string"/>

app/code/Magento/LoginAsCustomer/Test/Mftf/ActionGroup/AdminLoginAsCustomerLoginFromCustomerPageManualChooseActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1111
<actionGroup name="AdminLoginAsCustomerLoginFromCustomerPageManualChooseActionGroup">
1212
<annotations>
13-
<description>Verify Login As Customer Login action is works properly from Customer page with manual Store View choose.</description>
13+
<description>Verify Login as Customer Login action is works properly from Customer page with manual Store View choose.</description>
1414
</annotations>
1515
<arguments>
1616
<argument name="customerId" type="string"/>

0 commit comments

Comments
 (0)