Skip to content

Commit aaadd6a

Browse files
committed
AC-5811: pushed changes from EE instance
1 parent 2e1b1c2 commit aaadd6a

11 files changed

+5
-254
lines changed

app/code/Magento/Email/Test/Mftf/ActionGroup/AdminDeleteEmailReminderRuleActionGroup.xml

Lines changed: 0 additions & 26 deletions
This file was deleted.

app/code/Magento/Email/Test/Mftf/ActionGroup/AdminEmailReminderConditionsActionGroup.xml

Lines changed: 0 additions & 25 deletions
This file was deleted.

app/code/Magento/Email/Test/Mftf/ActionGroup/AdminEmailReminderMatchedCustomersActionGroup.xml

Lines changed: 0 additions & 25 deletions
This file was deleted.

app/code/Magento/Email/Test/Mftf/ActionGroup/AdminEmailReminderRuleActionGroup.xml

Lines changed: 0 additions & 21 deletions
This file was deleted.

app/code/Magento/Email/Test/Mftf/ActionGroup/AdminEmailReminderRunNowActionGroup.xml

Lines changed: 0 additions & 22 deletions
This file was deleted.

app/code/Magento/Email/Test/Mftf/Page/AdminEmailReminderPage.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

app/code/Magento/Email/Test/Mftf/Section/AdminEmailReminderSection.xml

Lines changed: 0 additions & 29 deletions
This file was deleted.

app/code/Magento/Email/Test/Mftf/Test/VerifyCustomerMatchedOnlyVirtualItemInCartTest.xml

Lines changed: 0 additions & 87 deletions
This file was deleted.

app/code/Magento/LoginAsCustomer/Test/Mftf/ActionGroup/AdminCustomerLogoutActionGroup.xml renamed to app/code/Magento/LoginAsCustomer/Test/Mftf/ActionGroup/StorefrontCustomerLogoutActionGroup.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
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="AdminCustomerLogoutActionGroup">
11+
<actionGroup name="StorefrontCustomerLogoutActionGroup">
1212
<annotations>
1313
<description>>Admin Customer Logout from the page.</description>
1414
</annotations>
15-
<click selector="{{AdminLoginAsCustomerConfirmationModalSection.onArrow}}" stepKey="clickOnArrow"/>
16-
<click selector="{{AdminLoginAsCustomerConfirmationModalSection.onSignOut}}" stepKey="clickOnSignOut"/>
15+
<click selector="{{StorefrontCustomerAccountInformationSection.onArrow}}" stepKey="clickOnArrow"/>
16+
<click selector="{{StorefrontCustomerAccountInformationSection.onSignOut}}" stepKey="clickOnSignOut"/>
1717
</actionGroup>
1818
</actionGroups>

app/code/Magento/LoginAsCustomer/Test/Mftf/Section/AdminLoginAsCustomerConfirmationModalSection.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,5 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
1111
<section name="AdminLoginAsCustomerConfirmationModalSection">
1212
<element name="store" type="select" selector="//select[@id='lac-confirmation-popup-store-id']"/>
13-
<element name="onArrow" type="button" selector="//div[@class='panel header']//button[@type='button']"/>
14-
<element name="onSignOut" type="button" selector="//div[@aria-hidden='false']//a[contains(text(),'Sign Out')]"/>
1513
</section>
1614
</sections>

0 commit comments

Comments
 (0)