Skip to content

Commit be3b4b7

Browse files
committed
MAGETWO-90114: Automate Store Credit with MFTF
1 parent 11bbbe5 commit be3b4b7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Customer/ActionGroup/OpenEditCustomerFromAdminActionGroup.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<fillField userInput="{{customer.email}}" selector="{{AdminCustomerFiltersSection.emailInput}}" stepKey="filterEmail"/>
1818
<click selector="{{AdminCustomerFiltersSection.apply}}" stepKey="applyFilter"/>
1919
<click selector="{{AdminCustomerGridSection.rowEditAction}}" stepKey="clickEdit"/>
20+
<waitForElement selector="{{AdminCustomerAccountInformationSection.accountInformationTitle}}" stepKey="waitLoadCustomPage"/>
2021
<waitForPageLoad stepKey="waitForPageLoad2" />
2122
</actionGroup>
2223
</actionGroups>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Customer/Section/AdminCustomerAccountInformationSection.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Page/etc/SectionObject.xsd">
1111
<section name="AdminCustomerAccountInformationSection">
12+
<element name="accountInformationTitle" type="text" selector=".admin__page-nav-title"/>
1213
<element name="firstName" type="input" selector="input[name='customer[firstname]']"/>
1314
<element name="lastName" type="input" selector="input[name='customer[lastname]']"/>
1415
<element name="email" type="input" selector="input[name='customer[email]']"/>

0 commit comments

Comments
 (0)