Skip to content

Commit 75af054

Browse files
committed
Re-using Exisitng Action Groups
1 parent 18c8f31 commit 75af054

File tree

3 files changed

+2
-40
lines changed

3 files changed

+2
-40
lines changed

app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerLoginActionGroup.xml

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

app/code/Magento/Customer/Test/Mftf/Section/StorefrontCustomerLoginFormSection.xml

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

app/code/Magento/Customer/Test/Mftf/Test/StorefrontCustomerSubscribeToNewsletterTest.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@
2222
<deleteData createDataKey="createCustomer" stepKey="deleteCreatedCustomer"/>
2323
</after>
2424

25-
<actionGroup ref="StorefrontOpenHomePageActionGroup" stepKey="openHomePage"/>
26-
<actionGroup ref="StorefrontCustomerLoginActionGroup" stepKey="loginAsCustomer">
27-
<argument name="customer" value="$$createCustomer$$"/>
25+
<actionGroup ref="LoginToStorefrontActionGroup" stepKey="loginAsCustomer">
26+
<argument name="Customer" value="$$createCustomer$$"/>
2827
</actionGroup>
2928
<actionGroup ref="StorefrontCustomerNavigateToNewsletterPageActionGroup" stepKey="navigateToNewsletterPage"/>
3029
<actionGroup ref="StorefrontCustomerUpdateGeneralSubscriptionActionGroup" stepKey="subscribeToNewsletter"/>

0 commit comments

Comments
 (0)