Skip to content

Commit 70b6798

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<click selector="{{AdminCustomerFiltersSection.filtersButton}}" stepKey="openFilter"/>
1717
<fillField userInput="{{customer.email}}" selector="{{AdminCustomerFiltersSection.emailInput}}" stepKey="filterEmail"/>
1818
<click selector="{{AdminCustomerFiltersSection.apply}}" stepKey="applyFilter"/>
19+
<waitForLoadingMaskToDisappear stepKey="waitForLoadingMaskToDisappear"/>
1920
<click selector="{{AdminCustomerGridSection.rowEditAction}}" stepKey="clickEdit"/>
20-
<waitForElement selector="{{AdminCustomerAccountInformationSection.accountInformationTitle}}" stepKey="waitLoadCustomPage"/>
2121
<waitForPageLoad stepKey="waitForPageLoad2" />
2222
</actionGroup>
2323
</actionGroups>

0 commit comments

Comments
 (0)